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