|
@@ -22,3 +22,12 @@ RESTIC_REPOSITORY=s3:https://example.ulm-store.de/mybackup
|
|
# Timezone (see https://github.com/restic/restic/issues/2534)
|
|
# Timezone (see https://github.com/restic/restic/issues/2534)
|
|
TZ=Europe/Berlin
|
|
TZ=Europe/Berlin
|
|
|
|
|
|
|
|
+# Entry added into crontab
|
|
|
|
+CRONTAB=30 22 * * * /root/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)
|
|
|
|
+
|