← Back to team overview

nssbackup-team team mailing list archive

[Question #226410]: Unable to restore from backup

 

New question #226410 on sbackup:
https://answers.launchpad.net/sbackup/+question/226410

I tried to restore my data (~200GB) from a recent (full) backup folder using both GUI and command line. 

Both methods failed and posted:

Traceback (most recent call last):
  File "/usr/share/sbackup/srestore.py", line 159, in <module>
    ret = r.restore( sys.argv[1], sys.argv[2], sys.argv[3] )
  File "/usr/share/sbackup/srestore.py", line 80, in restore
    self.extract( backup, spath, tdir )
  File "/usr/share/sbackup/srestore.py", line 135, in extract
    try: shutil.copyfileobj( tsrc, tdst, 100*1024 )
  File "/usr/lib64/python2.6/shutil.py", line 31, in copyfileobj
    fdst.write(buf)
IOError: [Errno 32] Broken pipe

The command I used was:
srestore /path_to_backup_folder /fold_to_be_restore /path_to_temp_folder

My OS is CentOS and the softare version is "Simple Backup Suite 0.10.4".

Please help me! 
Thanks!

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