View Single Post
  #88 (permalink)  
Old 07-31-2008, 08:17 AM
The Fold The Fold is offline
Senior Member
 
Posts: 50
Default

Quote:
Originally Posted by heinzg View Post
Hi there!

One thing i can point out is that you should put an email address in the CC field e.g. also use "thefold@mycompany.co.uk".

Your version of dar is some what newer than my prod version, and there might be some options or format changes in the syntex.... who knows, I would need access to that version of the sw to debug:


One more question, does /bin/sh point to dash or bash ?
Best it should point to bash!

Cheers
heinz
/bin/sh point to bash

I had some progress with this, I have managed to solve the problems where I was previously getting the error:

Code:
    Diff Backup started at: 03:00
/usr/local/bin/zmbac.sh: line 996: [: /opt/backup/zimbra_dars/30_Zimbra_Backup_28-July-2008_FULL: binary operator expected
by changing the line (996) from

Code:
elif [ $CURRENTFULL ]
to
Code:
elif [ "$CURRENTFULL" ]
However I'm still getting the error

Code:
Writing a diff backup called:
                30_Zimbra_Backup_31-July-2008_DIFF
in: /opt/backup/zimbra_dars/ with file sizes of max: 4395M
Archive is Encrypted
Aborting program. User refused to continue while asking: /opt/backup/zimbra_dars/30_Zimbra_Backup_28-July-2008_FULL
/opt/backup/zimbra_dars/30_Zimbra_Backup_28-July-2008_FULL
/opt/backup/zimbra_dars/30_Zimbra_Backup_28-July-2008_FULL.1.dar is required for further operation, please provide the file.

Dar had a problem!
Which as you said is a dar problem. I will try disabling the encryption for the time being as trying to enter the key on the commandline doesn't seem to work for me.
Reply With Quote