From 753ad76f5f32ace36a7686936b76caf296c7ff65 Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Wed, 11 Mar 2020 14:30:34 -0700 Subject: initial commit --- cron_templates/crontab | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cron_templates/crontab (limited to 'cron_templates') diff --git a/cron_templates/crontab b/cron_templates/crontab new file mode 100644 index 0000000..0451726 --- /dev/null +++ b/cron_templates/crontab @@ -0,0 +1,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 -- cgit v1.2.3