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)