View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000880 | bareos-core | file daemon | public | 2017-12-05 11:20 | 2017-12-07 12:24 |
Reporter | Int | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 17.2.4-rc1 | ||||
Summary | 0000880: Windows FileSets not working as described | ||||
Description | Manual 9.5.4 Windows FileSets is giving an example of a Windows fileset include to backup one directory: File = "c:/My Documents" I tried this with a similar fileset with directory d:/Test_robocopy This does not work. File daemon 17.2.4 gives error "Could not stat "d:/Test_robocopy": ERR=Das System kann die angegebene Datei nicht finden. " As a workaround I had to use File = "d:/" instead and an Exclude on all other directories in d:/ | ||||
Additional Information | FileSet { Name = "WindowsTest" Enable VSS = yes Include { Options { Signature = MD5 Drive Type = fixed IgnoreCase = yes WildFile = "[A-Z]:/pagefile.sys" WildDir = "[A-Z]:/RECYCLER" WildDir = "[A-Z]:/$RECYCLE.BIN" WildDir = "[A-Z]:/System Volume Information" WildDir = "[A-Z]:/tmp/bareos-restores" Exclude = yes } #File = "d:/Test_robocopy" File = "d:/" } Exclude { # Don’t add trailing / File = "D:/nfs" File = "D:/Backup" File = "D:/Install" File = "D:/StressTest" File = "D:/test" } } | ||||
Tags | No tags attached. | ||||
Sorry - forget about that issue report. It was my mistake, I ran the file set on the wrong client where directory "d:/Test_robocopy" does not exist. |
|
Okay, than I will close this issue. For the future: you can test jobs with the bconsole command with "estimate listing". | |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-12-05 11:20 | Int | New Issue | |
2017-12-05 11:27 | Int | Note Added: 0002831 | |
2017-12-07 12:23 | joergs | Note Added: 0002834 | |
2017-12-07 12:23 | joergs | Status | new => closed |
2017-12-07 12:23 | joergs | Resolution | open => fixed |
2017-12-07 12:24 | joergs | Resolution | fixed => no change required |