From dee778c5bb5f4cb1b592fea1e1afe99a50e19e2f Mon Sep 17 00:00:00 2001 From: Dave Lane Date: Mon, 14 Oct 2019 04:31:58 +0000 Subject: [PATCH] include a default cron definition --- restic-cron | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 restic-cron diff --git a/restic-cron b/restic-cron new file mode 100644 index 0000000..b714170 --- /dev/null +++ b/restic-cron @@ -0,0 +1,8 @@ +# /etc/cron.d/restic +# +# OER Foundation backup routine: Restic +# +# run restic daily at 4:30 +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/home/data/scripts +30 4 * * * root /home/data/scripts/restic/run-restic.sh