From a12c81159abdeb466f0992eb898a75aceaddc579 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 21 Oct 2023 20:08:10 +0200 Subject: [PATCH] fix: comments --- skel/etc/cron.d/restic.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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