diff --git a/skel/etc/cron.d/restic.crontab b/skel/etc/cron.d/restic.crontab index 2e028e4..85fd1b5 100644 --- a/skel/etc/cron.d/restic.crontab +++ b/skel/etc/cron.d/restic.crontab @@ -3,7 +3,7 @@ # every 4 hours create a backup 0 */4 * * * root bash /opt/scripts/restic/backup.sh -# every day at 2 in the morning, forget old backups +# every day at 20, forget old backups 0 20 * * * root bash /opt/scripts/restic/forget.sh # every 1st of the month at 10 in the morning, prune