fix: crontabs may **not** have an extension
This commit is contained in:
parent
852000a071
commit
1cd2b290de
1 changed files with 0 additions and 0 deletions
|
@ -1,10 +0,0 @@
|
|||
# /etc/cron.d/restic.crontab
|
||||
|
||||
# every 4 hours create a backup
|
||||
0 */4 * * * root bash /opt/scripts/restic/backup.sh
|
||||
|
||||
# every day at 20, forget old backups
|
||||
0 20 * * * root bash /opt/scripts/restic/forget.sh
|
||||
|
||||
# every 1st of the month at 10 in the morning, prune
|
||||
50 10 1 * * root bash /opt/scripts/restic/prune.sh
|
Loading…
Add table
Add a link
Reference in a new issue