fix: cron, prune should be done after forget, not parralel

This commit is contained in:
Strix 2023-10-18 02:00:33 +02:00
parent b81fe247e8
commit 837d833cf1
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

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