> 
> I am having problems excluding directories from a backup of a client.
> 
> For example: I back up a windows box with the below fileset:
> 
> FileSet {
>   Name = "AndyhSet"
>   Include {
>     Options {
>         Exclude = yes
>         wildfile = "C:/Documents and Settings/AndyH/My
>         Documents/Download" }
>      File = "c:/Documents and Settings/AndyH" File = "c:/bacula/bin/"
>   }
> }
> 

maybe use wilddir instead of wildfile or change wildfile to

wildfile = "C:/Documents and Settings/AndyH/My Documents/Download/*"

so that it matches the whole path of the file.

- Thomas


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to