include a default cron definition

This commit is contained in:
Dave Lane 2019-10-14 04:31:58 +00:00
parent 11dd4ce316
commit dee778c5bb

8
restic-cron Normal file
View file

@ -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