We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a86ddca + f82d9f4 commit 89c29e6Copy full SHA for 89c29e6
2 files changed
.gitignore
@@ -183,6 +183,7 @@ appdata/unbound/config/*
183
backup-scripts/*
184
!backup-scripts/.passwords.example.env
185
!backup-scripts/backup-*.sh
186
+!backup-scripts/backup.example.cron
187
!backup-scripts/borg-patternfile.example.lst
188
!backup-scripts/cron.sh
189
backup-scripts/backup.example.cron
@@ -0,0 +1,2 @@
1
+## 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
0 commit comments