]> git.sur5r.net Git - bacula/docs/commitdiff
Update alldrives plugin documentation
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 18 Dec 2010 10:47:45 +0000 (11:47 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 18 Dec 2010 10:47:45 +0000 (11:47 +0100)
docs/manuals/en/main/newfeatures.tex

index 023ffc95adff73a709d465a8384e3cd2c3a8b465..44eedaafef29692481f492648a4cf352176d9f0e 100644 (file)
@@ -145,8 +145,8 @@ Edition.
 
 \section{Include All Windows Drives in FileSet}
 
-The \texttt{alldrives} Windows Plugin allows you to include all local drives with
-a simple directive. This plugin is available for Windows 64 and 32 bit.
+The \texttt{alldrives} Windows Plugin allows you to include all local drives
+with a simple directive. This plugin is available for Windows 64 and 32 bit.
 
 \begin{verbatim}
 FileSet {
@@ -158,6 +158,19 @@ FileSet {
 }
 \end{verbatim}
 
+You exclude some specific drives with the \texttt{exclude} option.
+
+\begin{verbatim}
+FileSet {
+ Name = EverythingFS
+ ...
+ Include {
+   Plugin = "alldrives: exclude=D,E"
+ }
+}
+\end{verbatim}
+
+
 This project was funded by Bacula Systems and is available with Bacula
 Enterprise Edition.