bggo / Zmbkpose

The zmbkpose tool is a shell script that does hot backup and hot restore of ZCS Opensource accounts, GPL(OPENSOURCE). It can run from any host in the net, which means that it can be set on a backup server already existent.
http://wiki.zimbra.com/wiki/HOT_Backup_and_HOT_Restore
GNU General Public License v3.0
79 stars 56 forks source link

Mail restore issue #72

Open kondaiahn opened 7 years ago

kondaiahn commented 7 years ago

Hi, I have installed Zmbkpose-rewrite_proposal_v2.0 on my zimbra open source 8.6. Incremental and full backup are happening properly. After taking full backup, I have deleted some of the mails and tries to restore from the full backup. I have used zmbkpose -r -a abc@domain.com for restoration. But it is displaying the following error and no mails are getting retried.

zmbkpose -r -a abc@domain.com 2017-03-23 10:58:38 DEBUG: Testing ldapserver ldap://XX.X.X.XXX:389, using user uid=zimbra,cn=admins,cn=zimbra 2017-03-23 10:58:38 DEBUG: abc@domain.com - Using ldap data from backup /opt/zimbra/backup/domain.com/abc/20170323100732:FULL.tar 2017-03-23 10:58:38 DEBUG: abc@domain.com - Ldap restore started 2017-03-23 10:58:38 DEBUG: abc@domain.com - Adding ldap entry: zimbraSignatureName=External ldapadd: invalid format (line 5) entry: "zimbraSignatureName=External email,uid=abc,ou=people,dc=domain,dc=com"

Any help in this regard is highly appreciated. Thanks in advance.