fix: prune should happen in the morning so i can actually do something if it fails
This commit is contained in:
parent
6f4edd62e8
commit
f89a143c5c
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@
|
||||||
# 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 2 * * * root /opt/scripts/restic/forget.sh
|
||||||
|
|
||||||
# every 1st of the month at 2 in the morning, prune
|
# every 1st of the month at 10 in the morning, prune
|
||||||
50 2 1 * * root /opt/scripts/restic/prune.sh
|
50 10 1 * * root /opt/scripts/restic/prune.sh
|
Loading…
Reference in a new issue