fix: cron, prune should be done after forget, not parralel
This commit is contained in:
parent
b81fe247e8
commit
837d833cf1
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
||||||
0 2 * * * root /neb/common/restic/forget.sh
|
0 2 * * * root /neb/common/restic/forget.sh
|
||||||
|
|
||||||
# every 1st of the month at 2 in the morning, prune
|
# every 1st of the month at 2 in the morning, prune
|
||||||
0 2 1 * * root /neb/common/restic/prune.sh
|
50 2 1 * * root /neb/common/restic/prune.sh
|
Loading…
Reference in a new issue