Comment 7 for bug 1216921

Revision history for this message
Matthias Witte (matthias-witte-7) wrote :

@Louis:

To reproduce this error you would have to monitor the file transfers to the ftp storage and on completion
remove the source files from the archieve directory, before duplicity reaches the unlink. You could probably
run duplicity in a debugger and set a breakpoint in line 567 path.py, print the file name it wants to delete and
remove it manually. Then continue.