Stop the ARCserve daemon by issuing the following command prior to
executing a BackupEDGE backup.
/usr/lib/ARCserve/astop
After all BackupEDGE processes are complete you may then restart
ARCserve by issuing the following.
/usr/lib/ARCserve/astart
If you are using BackupEDGE to perform your nightly backup, edit
/etc/edge.start and insert the following command at the end of the
script before the line that reads exit 0.
/usr/lib/ARCserve/astop 1>/dev/null 2>&1
Save your changes to /etc/edge.start, then edit both /etc/edge.passed
& /etc/edge.failed. As above, before the exit 0 entry add the
following command in both scripts.
/usr/lib/ARCserve/astart 1>/dev/null 2>&1
Save your changes to /etc/edge.passed & /etc/edge.failed.
|