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