11 lines
426 B
Text
Executable file
11 lines
426 B
Text
Executable file
#
|
|
# run system mirroring sessions
|
|
#
|
|
# hourly - every hour from 7am to 9pm 7 days a week...
|
|
#5 7-21 * * mon,tue,wed,thu,fri,sat,sun egrsync /etc/egrsync/egrsync -r -c /etc/egrsync/work/hourly.conf
|
|
#
|
|
# daily - at 2:30 am, mon-sat
|
|
25 2 * * mon,tue,wed,thu,fri,sat root /etc/egrsync/egrsync -r -c /etc/egrsync/work/daily.conf
|
|
#
|
|
# weekly - at 2:30 am, sun
|
|
50 2 * * sun root /etc/egrsync/egrsync -r -c /etc/egrsync/work/weekly.conf
|