Browse Source

fixed syntax err

Toastie 4 years ago
parent
commit
f0a5f3f472
1 changed files with 2 additions and 2 deletions
  1. 2 2
      restic/data/restic/crontab.txt

+ 2 - 2
restic/data/restic/crontab.txt

@@ -5,8 +5,8 @@
 # | |──────────Hour (0-23)
 # | |──────────Hour (0-23)
 # |└───────────Minute (0-59)
 # |└───────────Minute (0-59)
 
 
-# Run each day 2:30
-2 30 * * * /etc/restic/run.sh 0 2>&1
+# Run each day 1:45
+45 1 * * * /etc/restic/run.sh 0 2>&1
 
 
 
 
 # Run every minute for debugging
 # Run every minute for debugging