Browse Source

added config help

Toastie 4 years ago
parent
commit
3ce4711e40
1 changed files with 12 additions and 1 deletions
  1. 12 1
      restic/data/restic/crontab.txt

+ 12 - 1
restic/data/restic/crontab.txt

@@ -1,2 +1,13 @@
-0 3 * * * /etc/restic/run.sh 0 2>&1
+# * * * * *
+# | | | | |─── Weekday (0-7, Sunday is 0 7)
+# | | | |└─────Month (1-12)
+# | | |└───────Day (1-31)
+# | |──────────Hour (0-23)
+# |└───────────Minute (0-59)
+
+# Run each day 2:30
+2 30 * * * /etc/restic/run.sh 0 2>&1
+
+
+# Run every minute for debugging
 #*/1 * * * * /root/restic/run.sh 0 2>&1
 #*/1 * * * * /root/restic/run.sh 0 2>&1