E-mail log after back-up

co~

Verified User
Joined
Nov 4, 2004
Messages
13
Hello,

My question is how I can configure DA to e-mail me the backup log after a complete system backup. I use cron to backup everything every night at 5:00 AM. I can't find where DA stores this cronjob. How can this be done ?

Thanks !
 
co~ said:
My question is how I can configure DA to e-mail me the backup log after a complete system backup.
The system backup?

The log is stored in /usr/local/sysbk/status.log

Just create a root cronjob to forward it to you.

0 6 * * * mail [email protected] < /usr/local/sysbk/status.log

Must be as root because only root can read status.log.

Jeff
 
Last edited:
Back
Top