Excluding files by type excludes more than expected
Bug #258542 reported by
boga
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
nssbackup |
Fix Released
|
Medium
|
Jean-Peer Lorenz | |||
sbackup | Status tracked in Trunk | |||||
0.10 |
New
|
Undecided
|
Unassigned | |||
0.11 |
Fix Released
|
Medium
|
Unassigned | |||
Trunk |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Excluding file types incorrectly excludes all the files that contain a dot followed by specified extension anywhere in the file path or name. E.g. if I add "o" to excluded file types I expect only files matching "\.o$" regexp to be excluded. However files matching "\.o" regexp are excluded indeed like "file.obj" or "openoffice.
A temporary workaround is to avoid using Exclude -> File types, use Exclude -> Regex instead.
Related branches
Changed in sbackup: | |
assignee: | nobody → mascha |
importance: | Undecided → Medium |
Changed in sbackup: | |
status: | Confirmed → Fix Committed |
Changed in nssbackup: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The file type values are translated to regular expression without a $ the end.