From c1c25d718c8a147386cb58592bba3d408b7ee439 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Wed, 9 Feb 2022 13:32:25 +0100 Subject: [PATCH] schedule --- .../com.github.erikw.restic-automatic-backup.plist | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist b/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist index 3d42ca4..92f12f5 100644 --- a/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist +++ b/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist @@ -10,11 +10,19 @@ /bin/sh -c - . /Users/erikw/tmp/env.sh && /Users/erikw/tmp/exe.sh + . /usr/local/etc/restic/erikw.env.sh && /usr/local/bin/restic_backup.sh RunAtLoad - StartInterval - 10 + + StartCalendarInterval + + + Hour + 19 + Minute + 0 + +