added note about timeshift scheduled jobs

This commit is contained in:
2026-02-03 21:34:19 -06:00
parent 065f9ec0a8
commit 0cce1c4c0f

View File

@@ -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)