Skip to content

Commit

Permalink
Merge pull request #81 from trjohnson19/trjohnson19/backups-example-c…
Browse files Browse the repository at this point in the history
…ron-entry

Add `backup.example.cron`
  • Loading branch information
trjohnson19 authored May 22, 2024
2 parents a86ddca + f82d9f4 commit 89c29e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ appdata/unbound/config/*
backup-scripts/*
!backup-scripts/.passwords.example.env
!backup-scripts/backup-*.sh
!backup-scripts/backup.example.cron
!backup-scripts/borg-patternfile.example.lst
!backup-scripts/cron.sh

Expand Down
2 changes: 2 additions & 0 deletions backup-scripts/backup.example.cron
Original file line number Diff line number Diff line change
@@ -0,0 +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

0 comments on commit 89c29e6

Please sign in to comment.