feat: move restic cron to common/cron
This commit is contained in:
parent
2756e4f7c7
commit
c60680b0d5
1 changed files with 0 additions and 0 deletions
10
common/cron/restic.crontab
Normal file
10
common/cron/restic.crontab
Normal file
|
@ -0,0 +1,10 @@
|
|||
# /etc/cron.d/restic.crontab
|
||||
|
||||
# every 4 hours create a backup
|
||||
0 */4 * * * root /neb/common/restic/backup.sh
|
||||
|
||||
# every day at 2 in the morning, forget old backups
|
||||
0 2 * * * root /neb/common/restic/forget.sh
|
||||
|
||||
# every 1st of the month at 2 in the morning, prune
|
||||
50 2 1 * * root /neb/common/restic/prune.sh
|
Loading…
Add table
Add a link
Reference in a new issue