From: Eric Bollengier Date: Sat, 11 Apr 2009 12:52:41 +0000 (+0000) Subject: ebl Fix typo in directive name X-Git-Tag: Release-3.0.1~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f8b4cb24f7a4834eb378fc617cf8ff381756bf0;p=bacula%2Fdocs ebl Fix typo in directive name --- diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index 1cb01fe4..46fbc5d5 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -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}