On Fri, 10 Apr 2009, j...@soe.se wrote:

> In 
> http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html#SECTION005160000000000000000
>  I can read:
>
> Exclude Dirs Containing = <filename-string>
> The ExcludeDirsContaining = <filename> is a new directive that can be
> added to the Include section of the FileSet resource. If the specified
> filename (filename-string) is found on the Client in any directory to be
> backed up, the whole directory will be ignored (not backed up). For
> example:
>
>   # List of files to be backed up
>   FileSet {
>     Name = "MyFileSet"
>     Include {
>       Options {
>         signature = MD5
>       }
>       File = /home
>       Exclude Dirs Containing = .excludeme
>     }
>   }

Seems like a typo in either the source or documentation.
if works if I use:

Exclude Dir Containing = .excludeme

/Jonas

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to