From 33c8ff8237458d389aa91d906441d005785263c1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 24 Aug 2022 17:49:36 -0300 Subject: etc/guix/home.scm: Move backup cronjob back one hour The run from yesterday night took too long, for some reason, and it went past 6AM today. Because of that, the 6AM job that fetches email didn't have a message of job report to fetch. When I checked my email today, I saw the backup job reports from both servers, but not velhinho, because it finished after 6AM. This may still happen, as there is no limit on how long a backup can take, but it at least diminishes the likelyhood for it to happen again. --- etc/guix/home.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 0f4d7bf..b9f5659 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -190,7 +190,7 @@ #~(job "0 0 * * *" "cronjob msmtp-queue -r") #~(job "0 0 * * *" "cronjob check") #~(job "5 */6 * * *" "cronjob m") - #~(job "30 1 * * *" "cronjob backup -q cron"))) + #~(job "30 0 * * *" "cronjob backup -q cron"))) (home-environment -- cgit v1.2.3