From 4d39054814a2c27a832c4825f1473fd8e7eb8f6c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 9 Dec 2022 09:01:38 -0300 Subject: system.scm: Fix position of -r REPO argument for backup job --- src/infrastructure/guix/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/infrastructure/guix/system.scm') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 939ebcc..7891f74 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1715,8 +1715,8 @@ keyfile ~a/private.key (mcron-configuration (jobs (list - #~(job "0 0 * * *" "cronjob backup -q cron -r /mnt/backup/borg") - #~(job "0 1 * * *" "cronjob backup -q cron") + #~(job "0 0 * * *" "cronjob backup -q -r /mnt/backup/borg cron") + #~(job "0 1 * * *" "cronjob backup -q cron") #~(job "0 2 * * *" "cronjob reconfigure -U"))))) (service dkimproxyout-service-type) (service git-daemon-service-type -- cgit v1.2.3