← Back to team overview

nssbackup-team team mailing list archive

[Question #131476]: Error in restoring file

 

New question #131476 on nssbackup:
https://answers.launchpad.net/nssbackup/+question/131476

I installed the new version of nssbackup (sbackup 0.11.3) on the weekend and it looks great! But, I just tried to restore a file for the first time and was unable to do so.  I've copied the log from the attempted restore below, but I don't know enough about TAR to figure out what's happening. Can you tell me what the error means?

Thanks for your help!

Simon


----------
2010-10-27 11:24:09,325 - INFO: Log output for [Default Profile] is directed to file '/var/log/sbackup/sbackup.2010-10-27_11.24.09.324196.log'.
2010-10-27 11:24:09,327 - INFO: Profile settings are being read from file '/etc/sbackup.conf'.
2010-10-27 11:24:09,533 - INFO: Initializing GIO File Access Manager.
2010-10-27 11:24:09,847 - DEBUG in restoregui.load_snapshotslist(588): Selected day : 2010-10-27
2010-10-27 11:24:09,855 - DEBUG in restoregui.load_snapshotslist(588): Selected day : 2010-10-27
2010-10-27 11:24:20,234 - DEBUG in restoregui.load_snapshotslist(588): Selected day : 2010-10-26
2010-10-27 11:24:24,682 - DEBUG in restoregui.load_snapshotslist(588): Selected day : 2010-10-25
2010-10-27 11:24:25,527 - DEBUG in restoregui.load_snapshotslist(588): Selected day : 2010-10-24
2010-10-27 11:32:15,263 - ERROR: Unable to finish successfully. TAR terminated with errors.

gzip: stdout: Broken pipe
/bin/tar: Child returned status 1
Total bytes read: 7035832320 (6.6GiB, 54MiB/s)
/bin/tar: Exiting with failure status due to previous errors
(exit code: 2)
2010-10-27 11:32:15,264 - ERROR: Unable to finish successfully. TAR terminated with errors.
Traceback (most recent call last):
  File "/usr/share/sbackup/sbackup/util/tasks.py", line 107, in __run_task
    result = self.__task(*args, **kwargs)
  File "/usr/share/sbackup/sbackup/core/RestoreManager.py", line 53, in restore
    self.restoreAs(snapshot, _file, None)
  File "/usr/share/sbackup/sbackup/core/RestoreManager.py", line 137, in restoreAs
    bckupsuffix = suffix, splitsize = snapshot.getSplitedSize())
  File "/usr/share/sbackup/sbackup/ar_backend/tar.py", line 138, in extract
    __finish_tar(retVal, outstr, errStr)
  File "/usr/share/sbackup/sbackup/ar_backend/tar.py", line 542, in __finish_tar
    raise SBException(_errmsg)
SBException: Unable to finish successfully. TAR terminated with errors.
2010-10-27 11:32:15,300 - ERROR in restoregui.__restore_finished(754): Unable to finish successfully. TAR terminated with errors.
2010-10-27 12:05:57,688 - ERROR: Unable to finish successfully. TAR terminated with errors.


-- 
You received this question notification because you are a member of
Simple Backup Maintainers, which is an answer contact for nssbackup.