Bacula-users

[Bacula-users] "Exclude Dirs Containing" not working in 3.0.0

2009-04-10 13:08:32
Subject: [Bacula-users] "Exclude Dirs Containing" not working in 3.0.0
From: jb AT soe DOT se
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 10 Apr 2009 19:06:22 +0200 (CEST)
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
     }
   }


I copied the FileSet above to my config and get the following error:

# /usr/local/bacula/sbin/bacula-dir -t
10-Apr 21:00 bacula-dir: ERROR TERMINATION at inc_conf.c:401
Config error: Keyword ExcludeDirsContaining not permitted in this resource
             : line 35, col 30 of file /usr/local/bacula/etc/bacula-dir.conf
       Exclude Dirs Containing = .excludeme



# /usr/local/bacula/sbin/bacula-dir -?
Copyright (C) 2000-2009 Free Software Foundation Europe e.V.

Version: 3.0.0 (06 April 2009)
<cut>


/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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>