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
+
+