Fatal error: KeyError: 1 while restoring incremental backup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Duplicity |
New
|
Undecided
|
Unassigned |
Bug Description
I've just tried the restore procedure, but it seems that it fails under ubuntu with the latest version of duplicity installed (from tar.gz):
root@chieftainy
Linux chieftainy2k 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011 x86_64 GNU/Linux
root@chieftainy
Python 2.6.6
root@chieftainy
duplicity 0.6.13
root@chieftainy
........ (cut) ...........
Collection Status
-----------------
Connecting with backend: FTPBackend
Archive dir: /home/chieftain
Found 0 secondary backup chains.
Found primary backup chain with matching signature chain:
-------
Chain start time: Sat Mar 5 13:58:46 2011
Chain end time: Wed Mar 30 17:21:39 2011
Number of contained backup sets: 17
Total number of contained volumes: 320
Type of backup set: Time: Num volumes:
-------
No orphaned or incomplete backup sets found.
Removing still remembered temporary file /tmp/duplicity-
Removing still remembered temporary file /tmp/duplicity-
Traceback (most recent call last):
File "/usr/local/
with_
File "/usr/local/
fn()
File "/usr/local/
restore(
File "/usr/local/
restore_
File "/usr/local/
for ropath in rop_iter:
File "/usr/local/
for patch_seq in collated:
File "/usr/local/
setrorps( overflow, elems )
File "/usr/local/
elems[i] = iter_list[i].next()
File "/usr/local/
tarinfo_list = [tar_iter.next()]
File "/usr/local/
self.
File "/usr/local/
self.current_fp = self.fileobj_
File "/usr/local/
backup_
KeyError: 1
What am I doing wrong ?
It seems that this bug is reproducible under Cygwin (running under windows 7).