Hey bareos-users,

I am trying to create e a FileSet on for a few Windows Server 2008 (R2)
clients (with Bareos 15.2 latest as FD).

I simply want to backup two folders:
 * C:/Program Files
 * C:/Program Files (x86)


So I did configure a FileSet like:

--- cut ---
FileSet {
  Name = "programfiles-fs"
  Enable VSS = yes
  Include {
    File = "c:/Program Files"
    File = "c:/Program Files (x86)"
  }
}
--- cut ---


On 64bit machines this works fine and without any complaint. But on a
32bit machines with no "c:/Program Files (x86)" directory where is the
warning

 "Could not stat "C:/Program Files (x86)": ERR=The system cannot find
the file specified."

for every backup job that is done.



Is there a simple way to mark an included directory as "optional"
without going through the hassle to make an include "c:/" fileset
excluding everything using a wild card and then to wildcard include the
Program Files folders?






Thanks a bunch,

Christian

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to