diff --git a/skel/etc/cron.d/restic b/skel/etc/cron.d/restic index 12a4949..ff6f596 100644 --- a/skel/etc/cron.d/restic +++ b/skel/etc/cron.d/restic @@ -6,5 +6,5 @@ # every day at 20, forget old backups 30 20 * * * root bash /opt/scripts/restic/forget.sh -# every 1st of the month at 10 in the morning, prune -0 10 1 * * root bash /opt/scripts/restic/prune.sh +# every friday at 10 in the morning, prune +0 10 * * 5 root bash /opt/scripts/restic/prune.sh