fix: every month is too much time
This commit is contained in:
parent
e08b1de61e
commit
56cfa48663
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue