Skip to content

Instantly share code, notes, and snippets.

View henior2's full-sized avatar
🗿

Henryk henior2

🗿
View GitHub Profile
@ovelny
ovelny / timeshift-archlinux-fix.md
Last active June 19, 2024 16:01
Fix for scheduled backups with Timeshift and Arch Linux

Issue

If you installed Timeshift from the AUR package (https://aur.archlinux.org/packages/timeshift/), you'll find that scheduled backups may not work. This is due to cronie being disabled by default.

Fix

Check if cronie is present first:

systemctl list-unit-files | grep cronie