]> git.sur5r.net Git - bacula/docs/commitdiff
ebl Fix typo in directive name
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 11 Apr 2009 12:52:41 +0000 (12:52 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 11 Apr 2009 12:52:41 +0000 (12:52 +0000)
docs/manuals/en/concepts/newfeatures.tex

index 1cb01fe42df5118102ea2eb0173767e9a758bc4c..46fbc5d5198212134272f360d191251f32ce7ee7 100644 (file)
@@ -639,9 +639,9 @@ obey this flag.  The new directive is:
 The default value is {\bf no}.
 
 
-\section{Exclude Dirs Containing = \lt{}filename-string\gt{}}
+\section{Exclude Dir Containing = \lt{}filename-string\gt{}}
 \index[general]{IgnoreDir}
-The {\bf ExcludeDirsContaining = \lt{}filename\gt{}} is a new directive that
+The {\bf ExcludeDirContaining = \lt{}filename\gt{}} is a new directive that
 can be added to the Include section of the FileSet resource.  If the specified
 filename ({\bf 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:
@@ -655,7 +655,7 @@ backed up, the whole directory will be ignored (not backed up).  For example:
         signature = MD5
       }
       File = /home
-      Exclude Dirs Containing = .excludeme
+      Exclude Dir Containing = .excludeme
     }
   }
 \end{verbatim}