fix: comments
This commit is contained in:
parent
6c48324563
commit
a12c81159a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# every 4 hours create a backup
|
# every 4 hours create a backup
|
||||||
0 */4 * * * root bash /opt/scripts/restic/backup.sh
|
0 */4 * * * root bash /opt/scripts/restic/backup.sh
|
||||||
|
|
||||||
# every day at 2 in the morning, forget old backups
|
# every day at 20, forget old backups
|
||||||
0 20 * * * root bash /opt/scripts/restic/forget.sh
|
0 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
|
||||||
|
|
Loading…
Reference in a new issue