9 lines
247 B
Text
9 lines
247 B
Text
|
# /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
|