Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zmbkpose --restoreAllAccounts #20

Open
ezapata opened this issue Jul 17, 2012 · 4 comments
Open

zmbkpose --restoreAllAccounts #20

ezapata opened this issue Jul 17, 2012 · 4 comments

Comments

@ezapata
Copy link

ezapata commented Jul 17, 2012

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/[email protected]/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
Copy link
Collaborator

2012/7/17 ezapata
[email protected]:

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/[email protected]/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
Copy link

changeme commented Dec 3, 2013

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 [email protected] |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
Copy link

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
Copy link

changeme commented Nov 5, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants