Skip to content

Commit bf35cb1

Browse files
authored
Merge pull request #82 from trjohnson19/trjohnson19/fix-cron-time
Fix cron time (13:01 -> 1:13)
2 parents 89c29e6 + e6b035d commit bf35cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup-scripts/backup.example.cron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## Run docker backup script (including borg) daily at 1:13 AM
2-
1 13 * * * /usr/bin/env --ignore-environment /home/<USER>/docker/backup-scripts/cron.sh -e /home/<USER>/docker/.env -p /home/<USER>/docker/backup-scripts/.passwords.env
2+
13 1 * * * /usr/bin/env --ignore-environment /home/<USER>/docker/backup-scripts/cron.sh -e /home/<USER>/docker/.env -p /home/<USER>/docker/backup-scripts/.passwords.env

0 commit comments

Comments
 (0)