From f89a143c5cdf32103c9d7b79e7c8edd33a8015d0 Mon Sep 17 00:00:00 2001 From: Raine Date: Wed, 18 Oct 2023 23:23:09 +0200 Subject: [PATCH] fix: prune should happen in the morning so i can actually do something if it fails --- skel/etc/cron.d/restic.crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skel/etc/cron.d/restic.crontab b/skel/etc/cron.d/restic.crontab index 6869d27..f37639f 100644 --- a/skel/etc/cron.d/restic.crontab +++ b/skel/etc/cron.d/restic.crontab @@ -6,5 +6,5 @@ # every day at 2 in the morning, forget old backups 0 2 * * * root /opt/scripts/restic/forget.sh -# every 1st of the month at 2 in the morning, prune -50 2 1 * * root /opt/scripts/restic/prune.sh \ No newline at end of file +# 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