fix: also in the evening for forgetting
This commit is contained in:
parent
f89a143c5c
commit
9bcc57675c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
0 */4 * * * root /opt/scripts/restic/backup.sh
|
0 */4 * * * root /opt/scripts/restic/backup.sh
|
||||||
|
|
||||||
# every day at 2 in the morning, forget old backups
|
# 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
|
# every 1st of the month at 10 in the morning, prune
|
||||||
50 10 1 * * root /opt/scripts/restic/prune.sh
|
50 10 1 * * root /opt/scripts/restic/prune.sh
|
Loading…
Reference in a new issue