Comment 4 for bug 505366

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

Hi Daniel,

Sorry for the delay in responding. You should be able to achieve what you want by adding --dry-run and -v5 to your duplicity command, e.g.:

duplicity . --dry-run -v5 --include=**.py --exclude=** file:///tmp

I believe that you could even grep out those lines starting with "A " to just see the files that are to be included:

duplicity . --dry-run -v5 --include=**.py --exclude=** file:///tmp | grep "A "

That isn't to say that a specific --list-matching-files command (or similar) would not be helpful.

I have recently made a number of improvements to filelist glob processing and suspect that I have fixed your underlying bug. It would be very helpful if you could please test with the next release (should be released in the coming days) and let me know if you still have a problem.