Advanced include/exclude support
Bug #374274 reported by
Nick Welch
This bug affects 115 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Déjà Dup |
Invalid
|
Wishlist
|
Unassigned |
Bug Description
There doesn't seem to be any way to exclude, for example, all files ending with ".iso". I entered "*.iso", and it accepted it, but actually it just interpreted that as a directory literally named "*.iso", instead of interpreting it as a glob pattern. And on top of that, it actually created the directory in my home dir. So then I had to go and delete this silly "*.iso" directory.
~ % dpkg-query -W deja-dup duplicity
deja-dup 9.1-0jaunty1
duplicity 0.5.09-0ubuntu2
~ % lsb_release -d
Description: Ubuntu 9.04
description: | updated |
description: | updated |
Changed in deja-dup: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
description: | updated |
summary: |
- Can't exclude filename patterns + Include/exclude support |
summary: |
- Include/exclude support + Advanced include/exclude support |
tags: | added: needs-design |
Changed in deja-dup: | |
status: | Confirmed → Fix Released |
Changed in deja-dup: | |
status: | Fix Released → Confirmed |
To post a comment you must log in.
Do you have any guidance as to how this feature might be implemented in the UI? Looking at the code, I definitely think I could implement it, but I'm not very great at making user-friendly UIs, and I would like to increase the possibility of my patch being accepted.
Using a file chooser dialog box to enter a glob pattern seems wrong. So I think maybe just a textbox is appropriate.
Maybe the exclude list could have a new button called "Add Pattern," which would pop up a text entry box? The existing "Add" button could possibly be renamed to "Add folder."
Sound reasonable?