fix: also in the evening for forgetting

This commit is contained in:
Strix 2023-10-18 23:24:28 +02:00
parent f89a143c5c
commit 9bcc57675c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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