diff --git a/restic-cron b/restic-cron index b714170..2c0361a 100644 --- a/restic-cron +++ b/restic-cron @@ -5,4 +5,4 @@ # run restic daily at 4:30 SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/home/data/scripts -30 4 * * * root /home/data/scripts/restic/run-restic.sh +30 4 * * * root /home/data/scripts/restic-backup/run-restic.sh