I've wondered this as well...

- justin

On May 8, 2007, at 7:42 PM, Antoine Durr wrote:

> Hi,
>    I've successfully set up a FileSet that excludes files.  But I had
> a question: what's the rationale behind having to put 'WildFile' and
> 'exclude = yes' into an 'Options' section of an 'Include' block, as  
> in:
>
>
> FileSet {
>    Name = "GeoFiles"
>    Include {
>      Options {
>         WildFile = "*.obj"
>         exclude = yes
>       }
>       File = "/nfs/geometries
>    }
> }
>
> Is it legal to do this in the Exclude block instead?
>
> FileSet {
>    Name = "GeoFiles"
>    Include {
>       File = "/nfs/geometries
>    }
>    Exclude {
>      options {
>        WildFile = "*.obj" # legal?
>      }
>    }
> }
>
> Just curious, as to a new Bacula but experienced technical user, this
> seems very counterintuitive.
>
> Thanks!
>
> -- Antoine
>
> Floq FX Inc.
> 10839 Washington Blvd.
> Culver City, CA 90232
> 310/430-2473
>
>
>
>
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to