View Single Post
  #118 (permalink)  
Old 02-17-2009, 11:15 PM
pebcomputing pebcomputing is offline
Active Member
 
Posts: 46
Default

Quote:
Originally Posted by jay.choklsi
zmbac.sh: line 901: /Backup/zimbra_dars/Backuplist-04-November-2008.txt.gz: Permission denied
I am getting this same error on my first run of full backup, except that it is at line 890. Otherwise the backup seems to have run successfully.

Code:
    888     echo "Backup took Hr:$hours Min:$minutes Sec:$seconds to complete"
    889     echo ":::::::::::::::::Cheers Osoffice for the script:::::::::::::::::::::::"
    890     (cat $LOG; $UUENCODE "$ARCHIVEDIR"Backuplist-"$BACKUPDATE".txt.gz "$ARCHIVEDIR"Backuplist-"$BACKUPDATE".txt.gz) | mail -c $EMAILCC \
    891     -s "Zimbra Full Backup Log on `hostname --fqdn`" $EMAIL
Reply With Quote