View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001262 | bareos-core | General | public | 2020-07-10 17:34 | 2020-07-10 17:34 |
Reporter | amelentjev | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0001262: IgnoreCase with not-ascii paths breaks RegexFile | ||||
Description | In Fileset resource description RegexFile does not match files if IgnoreCase = yes and their paths contains non-ascii symbols (bug found on cyrillic charset) Example : FileSet { Name = "_TS" Include { Options { Exclude = yes IgnoreCase = Yes RegexFile = "D:/Почта/.*\.msf$" } File = "D:/Почта" } } Files with *,msf extension does not exclude from backup. If IgnoreCase=yes removed everything is working as intended. Also if path and RegexFile contain only ASCII characters, for example D:/temp , it also works. | ||||
Steps To Reproduce | configure such Fileset, for example: FileSet { Name = "_TS" Include { Options { Exclude = yes IgnoreCase = Yes RegexFile = "D:/Почта/.*\.msf$" } File = "D:/Почта" } } files with msf extension doesn't exclude from backup | ||||
Tags | No tags attached. | ||||
bareos-master: impact | |||||
bareos-master: action | |||||
bareos-19.2: impact | |||||
bareos-19.2: action | |||||
bareos-18.2: impact | |||||
bareos-18.2: action | |||||
bareos-17.2: impact | |||||
bareos-17.2: action | |||||
bareos-16.2: impact | |||||
bareos-16.2: action | |||||
bareos-15.2: impact | |||||
bareos-15.2: action | |||||
bareos-14.2: impact | |||||
bareos-14.2: action | |||||
bareos-13.2: impact | |||||
bareos-13.2: action | |||||
bareos-12.4: impact | |||||
bareos-12.4: action | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-10 17:34 | amelentjev | New Issue |