Comment 3 for bug 379386

Revision history for this message
Henry Ludemann (misc-hl) wrote :

Just tested with a clean version of 0.6.01; this is still broken (follow the steps listed in the initial comment, but fix the url used for the backup path). eg:

 $ mkdir source
 $ touch source/test
 $ duplicity source file://`pwd`/backup
 $ mkdir cache
 $ duplicity list-current-files --archive-dir ./cache file://`pwd`/backup

The password handling code in 0.6.01 still does the early out when running 'list-current-files', which is incorrect when the archive dir doesn't exist.

The previously attached fix no longer applies due to the changes in the password handling in 0.6.01.