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

Commit

Permalink
Document new and changed keywords in 13.3.0 and later.
Browse files Browse the repository at this point in the history
And fix undocumented catalog keyword in Pool resource.
  • Loading branch information
Marco van Wieringen committed Oct 7, 2013
1 parent 60ae65c commit e3e1218
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions manuals/en/main/dirdconf.tex
Expand Up @@ -799,6 +799,13 @@ \section{Job Resource}
verified (most often a {\bf VolumeToCatalog}) so that the tape just
written is re-read.

\item [Catalog = {\textless}Catalog-resource-name{\textgreater}] \hfill \\
\index[dir]{Catalog}
\index[dir]{Directive!Catalog}
This specifies the name of the catalog resource to be used for this Job.
When a catalog is defined in a Job it will override the definition in
the client. (This keyword was introduced in Bareos 13.4.0)

\item [JobDefs = {\textless}JobDefs-Resource-Name{\textgreater}] \hfill \\
\index[dir]{JobDefs}
\index[dir]{Directive!JobDefs}
Expand Down Expand Up @@ -882,7 +889,8 @@ \section{Job Resource}
the Storage daemon for backup, or receives them when restoring. For
additional details, see the
\ilink{Client Resource section}{ClientResource2} of this chapter.
This directive is required.
This directive is required (For versions before 13.3.0 for all Jobtypes
and for versions after that for all Jobtypes but Copy and Migrate).

\item [FileSet = {\textless}FileSet-resource-name{\textgreater}] \hfill \\
\index[dir]{FileSet}
Expand All @@ -892,7 +900,9 @@ \section{Job Resource}
be backed up, and what options to use (e.g. compression, ...). Only a
single FileSet resource may be specified in any one Job. For additional
details, see the \ilink{FileSet Resource section}{FileSetResource} of
this chapter. This directive is required.
this chapter.
This directive is required (For versions before 13.3.0 for all Jobtypes
and for versions after that for all Jobtypes but Copy and Migrate).

\item [Base = {\textless}job-resource-name, ...{\textgreater}] \hfill \\
\index[dir]{Base}
Expand Down Expand Up @@ -2296,7 +2306,7 @@ \section{Client Resource}
\index[dir]{Catalog}
\index[dir]{Directive!Catalog}
This specifies the name of the catalog resource to be used for this Client.
This directive is required.
If none is specified the first defined catalog is used.

\item [Username = {\textless}Client-Username{\textgreater}] \hfill \\
\index[dir]{Username}
Expand Down Expand Up @@ -2954,6 +2964,14 @@ \section{Pool Resource}
entries in the catalog, you will not be able to use the Console {\bf
restore} command nor any other command that references File entries.

\item [Catalog = {\textless}Catalog-resource-name{\textgreater}] \hfill \\
\index[dir]{Catalog}
\index[dir]{Directive!Catalog}
This specifies the name of the catalog resource to be used for this Pool.
When a catalog is defined in a Pool it will override the definition in
the client (and the Catalog definition in a Job since 13.4.0). e.g.
this catalog setting takes precedence over any other definition.

\label{PoolAutoPrune}
\item [AutoPrune = {\textless}yes{\textbar}no{\textgreater}] \hfill \\
\index[dir]{AutoPrune}
Expand Down

0 comments on commit e3e1218

Please sign in to comment.