C co~ Verified User Joined Nov 4, 2004 Messages 13 Dec 11, 2004 #1 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 !
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 !
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,086 Location California Dec 11, 2004 #2 co~ said: My question is how I can configure DA to e-mail me the backup log after a complete system backup. Click to expand... 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: Dec 11, 2004
co~ said: My question is how I can configure DA to e-mail me the backup log after a complete system backup. Click to expand... 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
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,086 Location California Dec 11, 2004 #4 I just edited my reply to give you an example. Jeff