Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Example NDMP Fileset Isilon Include/Exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper authored and joergsteffens committed Aug 22, 2017
1 parent 99d2695 commit 3866dc3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions manuals/en/main/ndmp.tex
Expand Up @@ -338,6 +338,45 @@ \subsection{Bareos Director: Configure NDMP Fileset}

\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}

Expand Down

0 comments on commit 3866dc3

Please sign in to comment.