From d22c26d729cb0e1356c583e6b1738ed2ae2c693e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 2 Mar 2020 10:24:17 +0100 Subject: [PATCH] Reschedule restic backup to three times per day --- autostart/autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart/autostart.sh b/autostart/autostart.sh index 2735ede..a5044db 100755 --- a/autostart/autostart.sh +++ b/autostart/autostart.sh @@ -151,7 +151,7 @@ if [[ "${MACHINE_HAS_NEXTCLOUD}" == "true" ]] ; then fi if [[ "${MACHINE_HAS_RESTIC_BACKUP}" == "true" ]] ; then - [[ -x ~/bin/restic-backup ]] && schedule restic-backup "Mon..Fri 12:00:00" ~/bin/restic-backup + [[ -x ~/bin/restic-backup ]] && schedule restic-backup "Mon..Fri 12:00:00" --on-calendar "Mon..Fri 09:00:00" --on-calendar "Mon..Fri 16:00:00" ~/bin/restic-backup fi