12 lines
422 B
Text
12 lines
422 B
Text
|
#
|
||
|
# 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/new/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/new/daily.conf
|
||
|
#
|
||
|
# weekly - at 2:30 am, sun
|
||
|
45 2 * * sun root /etc/egrsync/egrsync -r -c /etc/egrsync/new/weekly.conf
|