From 9bcc57675c6e5c7f4b13a6f0e072f994d5e9d6cd Mon Sep 17 00:00:00 2001 From: Raine Date: Wed, 18 Oct 2023 23:24:28 +0200 Subject: [PATCH] fix: also in the evening for forgetting --- 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 f37639f..6801d49 100644 --- a/skel/etc/cron.d/restic.crontab +++ b/skel/etc/cron.d/restic.crontab @@ -4,7 +4,7 @@ 0 */4 * * * root /opt/scripts/restic/backup.sh # every day at 2 in the morning, forget old backups -0 2 * * * root /opt/scripts/restic/forget.sh +0 20 * * * root /opt/scripts/restic/forget.sh # every 1st of the month at 10 in the morning, prune 50 10 1 * * root /opt/scripts/restic/prune.sh \ No newline at end of file