File = /usr/lib/another_file
}
Exclude {
- File = /tmp
+ File = /tmp # don't add trailing /
}
}
\end{verbatim}
You may also include full filenames or directory names in addition to using
wild-cards and {\bf Exclude=yes} in the Options resource as specified above by
simply including the files to be excluded in an Exclude resource within the
-FileSet. For example:
+FileSet. It accepts wild-cards pattern, so for a directory, don't add a trailing
+/. For example:
\footnotesize
\begin{verbatim}
}
Exclude {
File = /proc
- File = /tmp
+ File = /tmp # Don't add trailing /
File = .journal
File = .autofsck
}