diff --git a/.gitignore b/.gitignore index f4715f9..9fffd3b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/backup-scripts/backup.example.cron b/backup-scripts/backup.example.cron new file mode 100644 index 0000000..7b72f8c --- /dev/null +++ b/backup-scripts/backup.example.cron @@ -0,0 +1,2 @@ +## Run docker backup script (including borg) daily at 1:13 AM +1 13 * * * /usr/bin/env --ignore-environment /home//docker/backup-scripts/cron.sh -e /home//docker/.env -p /home//docker/backup-scripts/.passwords.env