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