fix: every month is too much time

This commit is contained in:
Strix 2023-10-23 04:33:27 +02:00
parent e08b1de61e
commit 56cfa48663
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -6,5 +6,5 @@
# every day at 20, forget old backups # every day at 20, forget old backups
30 20 * * * root bash /opt/scripts/restic/forget.sh 30 20 * * * root bash /opt/scripts/restic/forget.sh
# every 1st of the month at 10 in the morning, prune # every friday at 10 in the morning, prune
0 10 1 * * root bash /opt/scripts/restic/prune.sh 0 10 * * 5 root bash /opt/scripts/restic/prune.sh