View Single Post
Old 04-15-2010, 11:58 PM   #4
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

You need only this:

Server1:
0 2 * * * /usr/local/ispmgr/sbin/pbackup backup 2
1 * * * * /usr/local/ispmgr/sbin/rotate
15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
0 2 * * * /usr/local/ispmgr/sbin/update.sh ispmgr

Server2:
45 5 * * * /usr/local/ispmgr/sbin/pbackup backup 1
1 * * * * /usr/local/ispmgr/sbin/rotate
15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
0 2 * * * /usr/local/ispmgr/sbin/update.sh ispmgr

Server3:
0 2 * * * /usr/local/ispmgr/sbin/pbackup backup 1
1 * * * * /usr/local/ispmgr/sbin/rotate
15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
0 2 * * * /usr/local/ispmgr/sbin/update.sh ispmgr

You should delete the duplicates. This is a mistake and it will be taken and corrected.
slava is offline   Reply With Quote