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