From 0cce1c4c0f5e3194e906595f803cab3414e3301f Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Tue, 3 Feb 2026 21:34:19 -0600 Subject: [PATCH] added note about timeshift scheduled jobs --- ArchSetup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArchSetup.md b/ArchSetup.md index 9480f83..6ed5cd2 100644 --- a/ArchSetup.md +++ b/ArchSetup.md @@ -32,5 +32,7 @@ The wiki is wrong and your ${GRUB_MODULES} needs to be in "" 5. Install `timeshift-autosnap` from the AUR 6. Edit the timeshift-autosnap config as desired, but be sure to disable it updating GRUB and that will conflict with `grub-btrfs` +Note: If you want Timeshift's scheduled shapshots to happen you need to either enable cron with `sudo systemctl enable --now cronie.service`. Or install `timeshift-systemd-timer` from the AUR and enable the timers with `sudo systemctl enable --now timeshift-boot.timer && sudo systemctl enable --now timeshift-hourly.timer` + ### Usage See [Snapshot Usage](Arch.md#snapshot-usage)