From 991192abeb7070facad3e9cb18b142e707579e02 Mon Sep 17 00:00:00 2001 From: Matan Horovitz Date: Mon, 24 Jan 2022 11:25:27 +0200 Subject: [PATCH] Auto updating anacrontab - Mon Jan 24 11:25:27 AM IST 2022 --- anacrontab | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anacrontab b/anacrontab index d23ccad..1146900 100644 --- a/anacrontab +++ b/anacrontab @@ -5,6 +5,7 @@ SHELL=/bin/sh PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=matanhorovitz@protonmail.com +MAILFROM=takahe@pukeko.xyz # the maximal random delay added to the base delay of the jobs RANDOM_DELAY=45 # the jobs will be started during the following hours only @@ -14,5 +15,5 @@ RANDOM_DELAY=45 1 5 cron.daily nice run-parts /etc/cron.daily 7 25 cron.weekly nice run-parts /etc/cron.weekly @monthly 45 cron.monthly nice run-parts /etc/cron.monthly -@daily 2 cron.daily restic-backup $SCRIPTS/Resticer -@daily 2 cron.daily config-backup $SCRIPTS/ConfigBackup +@daily 2 cron.daily sh $SCRIPTS/Kumonoboru +@daily 2 cron.daily sh $SCRIPTS/ConfigBackup