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

Commit

Permalink
adapted some defDirectives to new notation
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Nov 20, 2014
1 parent 27c1807 commit 3b03f1a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion manuals/en/main/director-resource-catalog-definitions.tex
Expand Up @@ -41,7 +41,7 @@
MySQL server must reside on the same machine as the Director.
}

\defDirective{Dir}{Catalog}{DB User}{user}{}{%
\defDirective{Dir}{Catalog}{DB User}{}{}{%
This specifies what user name to use to log into the database.
}

Expand Down
4 changes: 2 additions & 2 deletions manuals/en/main/director-resource-client-definitions.tex
Expand Up @@ -4,7 +4,7 @@
This directive is required.
}

\defDirective{Dir}{Client}{Authtype}{}{}{%
\defDirective{Dir}{Client}{Auth Type}{}{}{%
Specifies the authentication type that must be supplied when connecting to
a backup protocol that uses a specific authentication type.

Expand All @@ -16,7 +16,7 @@
\end{enumerate}
}

\defDirective{Dir}{Client}{Autoprune}{}{}{%
\defDirective{Dir}{Client}{Auto Prune}{}{}{%
\label{AutoPrune}
If AutoPrune is set to {\bf yes} (default is no), Bareos
will automatically apply the File retention period and the Job retention
Expand Down
4 changes: 2 additions & 2 deletions manuals/en/main/director-resource-console-definitions.tex
Expand Up @@ -15,7 +15,7 @@
\defDirective{Dir}{Console}{Description}{}{}{%
}

\defDirective{Dir}{Console}{Fileset ACL}{}{}{%
\defDirective{Dir}{Console}{File Set ACL}{}{}{%
This directive is used to specify a list of FileSet resource names that
can be accessed by the console.
}
Expand Down Expand Up @@ -50,7 +50,7 @@
random text.
}

\defDirective{Dir}{Console}{Pluginoptions ACL}{}{}{%
\defDirective{Dir}{Console}{Plugin Options ACL}{}{}{%
}

\defDirective{Dir}{Console}{Pool ACL}{}{}{%
Expand Down
12 changes: 6 additions & 6 deletions manuals/en/main/director-resource-fileset-definitions.tex
@@ -1,8 +1,8 @@
\defDirective{Dir}{Fileset}{Description}{}{}{%
\defDirective{Dir}{FileSet}{Description}{}{}{%
Information only.
}

\defDirective{Dir}{Fileset}{Enable VSS}{}{}{%
\defDirective{Dir}{FileSet}{Enable VSS}{}{}{%
\index{dir}{Windows!Enable VSS}%
If this directive is set to {\bf yes} the File daemon will be notified
that the user wants to use a Volume Shadow Copy Service (VSS) backup
Expand All @@ -17,11 +17,11 @@
\ilink{Windows}{VSS} chapter of this manual.
}

\defDirective{Dir}{Fileset}{Exclude}{}{}{%
\defDirective{Dir}{FileSet}{Exclude}{}{}{%
Describe the files, that should get excluded from a backup, see section about the \nameref{fileset-exclude}.
}

\defDirective{Dir}{Fileset}{Ignore Fileset Changes}{}{}{%
\defDirective{Dir}{FileSet}{Ignore File Set Changes}{}{}{%
Normally, if you modify the FileSet Include or Exclude lists,
the next backup will be forced to a Full so that Bareos can
guarantee that any additions or deletions are properly saved.
Expand All @@ -38,10 +38,10 @@
properly backed up.
}

\defDirective{Dir}{Fileset}{Include}{}{}{%
\defDirective{Dir}{FileSet}{Include}{}{}{%
Describe the files, that should get included to a backup, see section about the \nameref{fileset-include}.
}

\defDirective{Dir}{Fileset}{Name}{}{}{%
\defDirective{Dir}{FileSet}{Name}{}{}{%
The name of the FileSet resource.
}
2 changes: 1 addition & 1 deletion manuals/en/main/director-resource-job-definitions.tex
Expand Up @@ -195,7 +195,7 @@
via the scheduler of a Job.
}

\defDirective{Dir}{Job}{Fileset}{}{}{%
\defDirective{Dir}{Job}{File Set}{}{}{%
The FileSet directive specifies the FileSet that will be used in the
current Job. The FileSet specifies which directories (or files) are to
be backed up, and what options to use (e.g. compression, ...). Only a
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/director-resource-pool-definitions.tex
Expand Up @@ -13,7 +13,7 @@
\bconfigInput{config/DirPoolActionOnPurge2.conf}
}

\defDirective{Dir}{Pool}{Autoprune}{}{}{%
\defDirective{Dir}{Pool}{Auto Prune}{}{}{%
\label{PoolAutoPrune}%
If AutoPrune is set to {\bf yes}, Bareos will automatically
apply the Volume Retention period when new
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/director-resource-storage-definitions.tex
Expand Up @@ -16,7 +16,7 @@
\label{AllowCompression}
}

\defDirective{Dir}{Storage}{Authtype}{}{}{%
\defDirective{Dir}{Storage}{Auth Type}{}{}{%
}

\defDirective{Dir}{Storage}{Auto Changer}{}{}{%
Expand Down

0 comments on commit 3b03f1a

Please sign in to comment.