Skip to content

Commit

Permalink
Merge pull request #82 from trjohnson19/trjohnson19/fix-cron-time
Browse files Browse the repository at this point in the history
Fix cron time (13:01 -> 1:13)
  • Loading branch information
trjohnson19 authored May 22, 2024
2 parents 89c29e6 + e6b035d commit bf35cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup-scripts/backup.example.cron
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Run docker backup script (including borg) daily at 1:13 AM
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
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 comments on commit bf35cb1

Please sign in to comment.