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 55 forks source link

zmbkpose --restoreAllAccounts #20

Open ezapata opened 12 years ago

ezapata commented 12 years ago

Hola antes de todo gracias por este scrip que ayuda bastante a gente como yo

Tengo el siguiente problema cuando quiero restaurar el full backup me sale este error por cuenta

HTTP ERROR 500

Problem accessing /service/home/virus-quarantine.vdl9csoer@asteriskperu.org/Trash. Reason:

    system failure: tgz formatter failure


Powered by Jetty://
Quisiera saber si estoy haciendo algo mal al tratar de recuperar un backup gracias
liandros commented 12 years ago

2012/7/17 ezapata reply@reply.github.com:

Hola antes de todo gracias por este scrip que ayuda bastante a gente como yo

Tengo el siguiente problema cuando quiero restaurar el full backup me sale este error por cuenta

HTTP ERROR 500

Problem accessing /service/home/virus-quarantine.vdl9csoer@asteriskperu.org/Trash. Reason:

    system failure: tgz formatter failure


Powered by Jetty://
Quisiera saber si estoy haciendo algo mal al tratar de recuperar un backup gracias No creo que estes haciendo las cosas mal. Podrías por favor verificar la integridad del archivo ???.Trash.tgz . Digamos, listar su contenido con : $ tar -ztvf ???.Trash.tgz

Si este estuviera vacío, intenta hacer que zmbkpose no lo tenga en cuenta para la restauración, digamos .... eliminando este del archivo de sesiones $WORKDIR/sessions.txt

changeme commented 10 years ago

Tengo el mismo problema. El archivo .tgz esta correcto.

Hay forma de ignorar la restauracion de Trash.meta ?

root@fnxvm:/backups/zimbrabackup/full-20131130011201# tar -ztvf adm@asd.com.ar.tgz |grep -i trash
-rw-r--r-- 0/folder        356 2010-09-23 13:28 Trash.meta

Supongo, que sucede cuando Trash/Junk estan vacios

Mientras tanto, lo "solucione/bypass" comentando:

558                                                 $(which curl) -k --data-binary @$WORKDIR/$SESSIONACCOUNT/$MAIL.tgz -u $ADMINUSER:$ADMINPASS https://$MAIL    HOST:7071/home/$MAIL/?fmt=tgz
559 #                                               $(which curl) -k --data-binary @$WORKDIR/$SESSIONACCOUNT/$MAIL.Junk.tgz -u $ADMINUSER:$ADMINPASS https://    $MAILHOST:7071/home/$MAIL/Junk?fmt=tgz
560 #                                               $(which curl) -k --data-binary @$WORKDIR/$SESSIONACCOUNT/$MAIL.Trash.tgz -u $ADMINUSER:$ADMINPASS https:/    /$MAILHOST:7071/home/$MAIL/Trash?fmt=tgz
wefixit-AT commented 8 years ago

It looks I have the same or a similar project but my spanish is to bad to translate it :-( Did you found a solution?

changeme commented 8 years ago

I just mentioned that commenting lines 559 and 560 is possible to omit the error (but it is not a fix)

I think it's an error restoring the Trash and Junk that are empty.

I quit the company a long time ago so I can't still debugging.