On 10/03/2014 01:44 AM, Hernan Scarnichia wrote: > Hi, I'm trying to restore a backup made with virtual appliance > version 2.5.0-4 to a new server. The new server is a centOS 6.5 and > Ciphermail was installed using the rpm packages for version 2.9.0-0 > and following the quick install guide. When I try to restore the > backup from the web GUI I get the following error message: "Restore > failed. Message: WebServiceCheckedException: IOException: tar: > /etc/postfix/client-blacklist: Not found in archive" I can send the > djigzo.log if someone can help me troubleshoot this.
The error message shown is not the reason the restore failed. If a script fails, the GUI will show the first line from the standard error output of the script. In this case it is just a warning that a certain file was not in the backup. This is not the cause of the error. Something else must be causing the restore script to fail (for example failure to restart postgres, unable to restore tables etc.). The easiest way to debug this is to run the restore script from the command line cd /usr/share/djigzo/scripts sudo ./backup.sh -r -f BACKUPFILE If the backup is password protected use -p PASSWORD The restore will write warnings and errors to std out. This should provide more information why the restore fails. You can also send the output to me so I can have a look at it. Kind regards, Martijn Brinkers -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. http://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
