fix: order of backups
we cant forget during a backup 🤦
This commit is contained in:
parent
1cfc77554d
commit
bdc60174ed
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
0 */4 * * * root bash /opt/scripts/restic/backup.sh
|
0 */4 * * * root bash /opt/scripts/restic/backup.sh
|
||||||
|
|
||||||
# every day at 20, forget old backups
|
# every day at 20, forget old backups
|
||||||
0 20 * * * root bash /opt/scripts/restic/forget.sh
|
30 20 * * * root bash /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 bash /opt/scripts/restic/prune.sh
|
0 10 1 * * root bash /opt/scripts/restic/prune.sh
|
||||||
|
|
Loading…
Reference in a new issue