Ok, checked it:

TMPDIR='/BACKUP/.duplytemp' PASSPHRASE= SIGN_PASSPHRASE=YOURSIGN_PASSPHRASE 
FTP_PASSWORD=YOUR_FTP_PASSWORD pydb /usr/bin/duplicity --archive-dir 
'/BACKUP/.duplycache' --name 'duply_foo' --encrypt-key DEADBEEF0 --sign-key 
DEADBEEF1 --verbosity '5' --gpg-options '--trust-model always 
--compress-algo=zip --compress-level=1' --volsize 100 --full-if-older-than 1M 
--exclude-globbing-filelist /root/.duply/foo/exclude /DATA0 
ftp://[email protected]/foo/
(Pydb) b duplicity/path:567
(Pydb) c
...
(/usr/share/pyshared/duplicity/path.py:567):  delete
567             util.ignore_missing(os.unlink, self.name)
(Pydb) p self.name
'/BACKUP/.duplycache/duply_foo/duplicity-new....20130916T144629Z.to.20130916T144916Z.sigtar.gpg'

Now remove this file manually and tell the debugger to continue:

(Pydb) c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1216921

Title:
  util.ignore_missing() does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1216921/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to