Open ezapata opened 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
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
It looks I have the same or a similar project but my spanish is to bad to translate it :-( Did you found a solution?
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.
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:
Powered by Jetty://
Quisiera saber si estoy haciendo algo mal al tratar de recuperar un backup gracias