summaryrefslogtreecommitdiffstats
path: root/cron_templates/crontab
blob: a8e4e993d080d1aeabda605577258e4e7f29997a (plain)
1
2
3
4
5
6
7
MAILTO="root,noc@domain.tld"
RANDOM_DELAY=150
#Run backup scripts

0       3       *       *       *       run-parts /etc/restic.d/backups.d | tee >>/var/log/restic.log 1>/dev/null
0       0       1       *       *       run-parts /etc/restic.d/cleanup.d | tee >>/var/log/restic.log
0       19      2       */3     *       run-parts /etc/restic.d/checkup.d | tee >>/var/log/restic.log