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