Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Bergkemper <frank.bergkemper@bareos.com>2017-08-18 11:31:56 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2017-08-22 13:08:35 +0300
commit3866dc3113a56d0e5390524130b1371282d0eecd (patch)
tree81b4782bf41db8ca9a66c97857ff1f9f42b718cc
parent99d26956c8d7ca7dccb534c2f0a6bc166a796b5e (diff)
Example NDMP Fileset Isilon Include/Exclude
-rw-r--r--manuals/en/main/ndmp.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/manuals/en/main/ndmp.tex b/manuals/en/main/ndmp.tex
index dabf8f2..e563f31 100644
--- a/manuals/en/main/ndmp.tex
+++ b/manuals/en/main/ndmp.tex
@@ -338,6 +338,45 @@ set by the user. The following environment variables are currently set automatic
\warning{Normally (\linkResourceDirective{Dir}{Client}{Protocol}=Native) Filesets get handled by the \bareosFd. When connecting directly to a NDMP Clients (\linkResourceDirective{Dir}{Client}{Protocol}=NDMP*), no \bareosFd is involved and therefore most Fileset options can't be used. Instead, parameters are handled via \configdirective{Options - Meta} from \linkResourceDirective{Dir}{FileSet}{Include}.}
+\begin{bconfig}{NDMP Fileset Isilon Include/Exclude}
+Fileset {
+ Name = "isilon fileset"
+ Include {
+ Options {
+ #meta = "USER=root"
+ meta = "USE_TBB_IF_AVAILABLE=y"
+ meta = "HIST=Y" # Y F
+ meta = "DIRECT=N" # Y
+ meta = "UPDATE=Y"
+ meta = "BUTYPE=DUMP"
+
+ #
+ # EXCLUDE
+ #
+ #meta = "EXCLUDE=[b-z]*"
+
+ #
+ # INCLUDE
+ #
+ meta = "FILES=a*"
+
+ #
+ # Note:
+ #
+ # Isilon OneFS 8.0.1 has no "INCLUDE" environment variable,
+ # instead it is called the "FILES" environment variable
+ # for file and directory inclusion, see the example above.
+ #
+ # For more details on inclusion and exclusion, please have a look at
+ # the Isilon OneFS 8.0.1 CLI Administration Guide Page 663, for more
+ # details about environment variables see page 678.
+ #
+ }
+ File = /ifs/home/users
+ }
+}
+\end{bconfig}
+
\subsection{Bareos Director: Configure NDMP Jobs}