10 lines
272 B
Text
10 lines
272 B
Text
|
#
|
||
|
# egbackup, copyright 2005 egressive limited, www.egressive.com
|
||
|
#
|
||
|
# run system backups
|
||
|
#
|
||
|
# every two hours at 37 min past the hour during the day, mon-sun
|
||
|
# Change the scan period in /etc/egvscan.conf if you change this
|
||
|
0 6,18 * * * root /etc/egscripts/egvscan/egvscan
|
||
|
|