From f82d9f4db8ef99d894108b59b20f9e1a668735f0 Mon Sep 17 00:00:00 2001 From: trjohnson19 <77356759+trjohnson19@users.noreply.github.com> Date: Wed, 22 May 2024 11:55:59 -0500 Subject: [PATCH] Add `backup.example.cron` --- .gitignore | 1 + backup-scripts/backup.example.cron | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 backup-scripts/backup.example.cron 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