duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #01584
[Question #221369]: unable to restore or verify
New question #221369 on Duplicity:
https://answers.launchpad.net/duplicity/+question/221369
Aloa,
i want to use duplicity to backup my server data on a secure webdav space. Backing up seems to work fine and i am able to get "collection-status", aswell as "list-current-files". The Webdav Device is mountet via /etc/fstab, so Backup runs like this:
"duplicity /home/Daten/Dokumente file:///home/smartdrive/Backup/Server/Dokumente >>/var/log/duplicity/Dokumente.log"
But if i try to "restore" or "verifiy", i receive the following errors for:
"duplicity restore file:///home/smartdrive/Backup/Server/Dokumente /home/becksta/test"
"Letzte vollständige Sicherung: Thu Feb 7 12:34:20 2013
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1411, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1404, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1338, in main
restore(col_stats)
File "/usr/bin/duplicity", line 629, in restore
restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 524, in Write_ROPaths
ITR( ropath.index, ropath )
File "/usr/lib/python2.7/dist-packages/duplicity/lazy.py", line 335, in __call__
last_branch.fast_process, args)
File "/usr/lib/python2.7/dist-packages/duplicity/robust.py", line 37, in check_common_error
return function(*args)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 577, in fast_process
ropath.copy( self.base_path.new_index( index ) )
File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 426, in copy
other.writefileobj(self.open("rb"))
File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 602, in writefileobj
buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 202, in read
if not self.addtobuffer():
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 227, in addtobuffer
self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 334, in next
self.set_tarfile()
File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 323, in set_tarfile
self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 665, in get_fileobj_iter
backup_set.volume_name_dict[vol_num],
KeyError: 50"
Any ideas, what's the problem with that?
regards
Becksta
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.