Author Topic: Backup module: restore file  (Read 2028 times)

puntino80

  • Zen Apprentice
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Backup module: restore file
« on: April 03, 2014, 04:44:28 pm »
Hi friends,
i have setted the backup module and is all ok but i have a problem..
When i click on restore file zentyal browser doesn't show files but is blocked to "load"...i have noticed that also CPU is working hard and i can't do anything if i don't kill the process "usr/share/zentyal ebackup" ...i have waited a lot to see if zentyal could retrieve the list of file but nothing..i have a large number of file backuped and my zentyal has 2 G of RAM and is VM..
Any idea?

puntino80

  • Zen Apprentice
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Backup module: restore file
« Reply #1 on: April 04, 2014, 05:24:12 pm »
anyone has this problem with a large quantity of files?

pcready.cl

  • Zen Samurai
  • ****
  • Posts: 286
  • Karma: +13/-1
  • Zentyal Installer in Chile
    • View Profile
    • PC Ready Chile SpA
Re: Backup module: restore file
« Reply #2 on: April 04, 2014, 06:16:14 pm »
anyone has this problem with a large quantity of files?

me  :-\
Email: contacto@pcready.cl
Teléfono: (+56 32) 314 0883
Skype: pcready.cl
Web: https://www.pcready.cl

jbahillo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1444
  • Karma: +77/-2
    • View Profile
Re: Backup module: restore file
« Reply #3 on: April 04, 2014, 07:27:55 pm »
Does it happens to you if you run duplicity with  list-current-files and any other appropriate options (you could get them from zentyal.log if debug is on)?

puntino80

  • Zen Apprentice
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Backup module: restore file
« Reply #4 on: April 05, 2014, 12:53:33 pm »
hi friends..
i vabe enabled debug to see what happen..if i run the duplicity command by zentyal console i can see that zentyal is listing all the files that duplicity backup...this file are really a lot but even if i wait a lot on web admin after a while administration area crash and i have to kill the zentyal duplicity process...i have tried also to increment timeout but i don't know if this help with it

puntino80

  • Zen Apprentice
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Backup module: restore file
« Reply #5 on: April 08, 2014, 03:54:31 pm »
hi...any news?

Javier Amor Garcia

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1225
  • Karma: +12/-0
    • View Profile
Re: Backup module: restore file
« Reply #6 on: April 08, 2014, 06:36:54 pm »
Sorry, no much news. The duplicity process has to extract the contents of the archive and this can take time specially with large sizes, multiples volumes, etc.

If you know the path of the file, you can restore it faster from the command line

puntino80

  • Zen Apprentice
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Backup module: restore file
« Reply #7 on: April 09, 2014, 08:51:45 am »
ok thank you..i'll try...is there a list of command to use with duplicity?for example how to list the various version of a file (example: file1 > dayx, file1 > dayy, file1 > dayz,  )

Javier Amor Garcia

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1225
  • Karma: +12/-0
    • View Profile
Re: Backup module: restore file
« Reply #8 on: April 09, 2014, 09:27:56 am »
Hello,

here you have the duplicity manual http://linux.die.net/man/1/duplicity

The url to access to the zentyal backup can be get executing this command:

sudo perl -MEBox -MEBox::Global -e'EBox::init(); $ebackup = EBox::Global->modInstance("ebackup"); print $ebackup->_remoteUrl(), "\n"; 1'