summaryrefslogtreecommitdiffstats
path: root/cron_templates/crontab
blob: 045172609a897c26667408b09c4e86f9272afdaa (plain)
1
2
3
4
5
MAILTO="root,noc@domain.tld"
#Run backup scripts
0       3       *       *       *       bash /etc/restic.d/backups.d/*.sh | tee >>/var/log/restic.log 1>/dev/null
0       0       1       *       *       bash /etc/restic.d/cleanup.d/*.sh | tee >>/var/log/restic.log
0       19      2       */3     *       bash /etc/restic.d/checkup.d/*.sh | tee >>/var/log/restic.log