View Single Post
  #10 (permalink)  
Old 09-06-2007, 02:42 PM
dwmtractor dwmtractor is offline
Moderator
 
Posts: 1,010
Default

By the way Frank, one thing you might try to debug just what's going on (or not going on) with your cron job is to have the cron job record its output to a file. For example, if your script is /etc/zimbra.backup, load the cron job as

Code:
. /zimbra.backup > /tmp/backup.log
That way you can go thru /tmp/backup.log later and see what went right or wrong in the execution of the script.

Dan
Reply With Quote