View Issue Details

IDProjectCategoryView StatusLast Update
0000880bareos-corefile daemonpublic2017-12-07 12:24
ReporterInt Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version17.2.4-rc1 
Summary0000880: Windows FileSets not working as described
DescriptionManual 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 InformationFileSet {
  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"
  }
}
TagsNo tags attached.

Activities

Int

Int

2017-12-05 11:27

reporter   ~0002831

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.
joergs

joergs

2017-12-07 12:23

developer   ~0002834

Okay, than I will close this issue. For the future: you can test jobs with the bconsole command with "estimate listing".

Issue History

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