View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000991 | bareos-core | director | public | 2018-07-28 14:55 | 2018-07-28 14:55 |
Reporter | hsn | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86 | OS | Windows | OS Version | 10 |
Product Version | 17.2.4 | ||||
Summary | 0000991: shadowing=globalremove do not consider excluded files | ||||
Description | If your exclude filter matches file then it is not shadowed and should not be removed during globalremove phase. Look at my example. I am excluding *.sql from first Include {} and Including it in second Include with different GZIP compression level. Bareos incorrectly thinks that file is shadowed in second Include part and does not backup it at all. | ||||
Steps To Reproduce | FileSet { Name = "Catalog" Description = "Backup the catalog dump and Bareos configuration files." Include { Options { signature = SHA1 compression = GZIP9 Wildfile = *.orig Wildfile = *.sql Exclude = yes Ignore case = yes shadowing=globalremove } File = "C:/ProgramData/Bareos" # configuration } Exclude { File = "C:/ProgramData/Bareos/logs" File = "C:/ProgramData/Bareos/working" } Include { Options { signature = SHA1 compression = GZIP5 ignore case = yes } File = "C:/ProgramData/Bareos/catalog/bareos.sql" # database dump } } | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-07-28 14:55 | hsn | New Issue |