include a default cron definition
This commit is contained in:
parent
11dd4ce316
commit
dee778c5bb
1 changed files with 8 additions and 0 deletions
8
restic-cron
Normal file
8
restic-cron
Normal 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
|
Loading…
Reference in a new issue