On 09.02.2016 13:27, Christian Rohmann wrote:
> 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?

No.

You can add the directories as empty directories on all machines that where 
they are missing.
This is the easiest way to avoid the warning.

> 
> 
> 
> Thanks a bunch,
> 
> Christian
> 


-- 
Mit freundlichen Grüßen

 Philipp Storz                             [email protected]
 Bareos GmbH & Co. KG                      Phone: +49 221 63 06 93-92
 http://www.bareos.com                     Fax:   +49 221 63 06 93-10

 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
 Geschäftsführer: Stephan Dühr, M. Außendorf,
 J. Steffens, P. Storz, M. v. Wieringen

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