From 4cae6ea1c7302ca0cbb37123a8ee8eed821905aa Mon Sep 17 00:00:00 2001 From: Dave Lane Date: Wed, 16 Oct 2019 01:49:17 +0000 Subject: [PATCH] created more sensible default path --- restic-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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