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

Commit

Permalink
tweak: cleanup some links
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Oct 24, 2014
1 parent f304677 commit 2e630a7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 27 deletions.
2 changes: 1 addition & 1 deletion manuals/en/main/accuratemode.tex
@@ -1,4 +1,4 @@
\label{accuratemode}
\TODO{to be written}

See \ilink{director fileset configuration about accurate mode}{dir-resource-accurate}.
See \linkResourceDirective{Dir}{Job}{Accurate}.
2 changes: 1 addition & 1 deletion manuals/en/main/autochangers.tex
Expand Up @@ -243,7 +243,7 @@ \section{Multiple Devices}
As a default, Bareos jobs will prefer to write to a Volume that is
already mounted. If you have a multiple drive autochanger and you want
Bareos to write to more than one Volume in the same Pool at the same
time, you will need to set \ilink{Prefer Mounted Volumes} {PreferMountedVolumes}
time, you will need to set \linkResourceDirective{Dir}{Job}{Prefer Mounted Volumes}
in the Directors Job resource to {\bf no}. This will cause
the Storage daemon to maximize the use of drives.

Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/bootstrap.tex
Expand Up @@ -15,7 +15,7 @@ \chapter{The Bootstrap File}
for you during the
\ilink{restore command}{_ConsoleChapter} in the Console program, or
by using a
\ilink{ Write Bootstrap}{writebootstrap} record in your Backup
\linkResourceDirective{Dir}{Job}{Write Bootstrap} record in your Backup
Jobs, and thus you will never need to know the details of this file.

The {\bf bootstrap} file contains ASCII information that permits precise
Expand Down
10 changes: 4 additions & 6 deletions manuals/en/main/critical.tex
Expand Up @@ -45,12 +45,10 @@ \section{Critical Items}
(Linux, Solaris, HP, MacOS, FreeBSD, Win32, ...),
restore files from each system type. The
\ilink{Restoring Files}{RestoreChapter} chapter shows you how.
\item Write a bootstrap file to a separate system for each backup job. The
Write Bootstrap directive is described in the
\ilink{Director Configuration}{writebootstrap} chapter of the
manual, and more details are available in the
\ilink{Bootstrap File}{BootstrapChapter} chapter. Also, the default
bareos-dir.conf comes with a Write Bootstrap directive defined. This allows
\item Write a bootstrap file to a separate system for each backup job.
See \linkResourceDirective{Dir}{Job}{Write Bootstrap} directive and more details are available in the
\nameref{BootstrapChapter} chapter. Also, the default
\file{bareos-dir.conf} comes with a Write Bootstrap directive defined. This allows
you to recover the state of your system as of the last backup.
\item Backup your catalog. An example of this is found in the default
bareos-dir.conf file. The backup script is installed by default and
Expand Down
6 changes: 2 additions & 4 deletions manuals/en/main/dirdconf.tex
Expand Up @@ -790,10 +790,8 @@ \section{Counter Resource}
\index[general]{Counter Resource}

The Counter Resource defines a counter variable that can be accessed by
variable expansion used for creating Volume labels with the {\bf LabelFormat}
directive. See the
\ilink{LabelFormat}{Label} directive in this chapter for more
details.
variable expansion used for creating Volume labels with the \linkResourceDirective{Dir}{Pool}{Label Format}
directive.

\input{autogenerated/director-resource-counter-table.tex}

Expand Down
11 changes: 1 addition & 10 deletions manuals/en/main/director-resource-job-definitions.tex
@@ -1,5 +1,4 @@
\defDirective{Dir}{Job}{Accurate}{}{}{%
\label{dir-resource-accurate}%
In accurate mode, the File daemon knowns exactly which files were present
after the last backup. So it is able to handle deleted or renamed files.

Expand All @@ -21,7 +20,6 @@
}

\defDirective{Dir}{Job}{Add Prefix}{}{}{%
\label{confaddprefix}
This directive applies only to a Restore job and specifies a prefix to the
directory name of all files being restored. This will use \ilink{File
Relocation}{filerelocation} feature.
Expand Down Expand Up @@ -62,7 +60,6 @@
}

\defDirective{Dir}{Job}{Allow Mixed Priority}{}{}{%
\label{AllowMixedPriority}%
When
set to {\bf yes} (default {\bf no}), this job may run even if lower
priority jobs are already running. This means a high priority job
Expand Down Expand Up @@ -253,7 +250,6 @@
}

\defDirective{Dir}{Job}{Level}{}{}{%
\label{Level}
The Level directive specifies the default Job level to be run. Each
different Job Type (Backup, Restore, Verify, ...) has a different set of Levels
that can be specified. The Level is normally overridden by a different
Expand Down Expand Up @@ -607,7 +603,6 @@
}

\defDirective{Dir}{Job}{Prefer Mounted Volumes}{}{}{%
\label{PreferMountedVolumes}
If the Prefer Mounted Volumes directive is set to {\bf yes},
the Storage daemon is requested to select either an Autochanger or
a drive with a valid Volume already mounted in preference to a drive
Expand Down Expand Up @@ -653,7 +648,6 @@
}

\defDirective{Dir}{Job}{Priority}{}{}{%
\label{Priority}
This directive permits you to control the order in which your jobs will
be run by specifying a positive non-zero number. The higher the number,
the lower the job priority. Assuming you are not running concurrent jobs,
Expand All @@ -666,13 +660,11 @@
running priority 2 jobs must complete before the priority 1 job is
run, unless Allow Mixed Priority is set.

The default priority is 10.

If you want to run concurrent jobs you should
keep these points in mind:

\begin{itemize}
\item See \ilink{Running Concurrent Jobs}{ConcurrentJobs} on how to setup
\item See \nameref{ConcurrentJobs} on how to setup
concurrent jobs.

\item Bareos concurrently runs jobs of only one priority at a time. It
Expand Down Expand Up @@ -1422,7 +1414,6 @@
}

\defDirective{Dir}{Job}{Write Bootstrap}{}{}{%
\label{writebootstrap}%
The {\bf writebootstrap} directive specifies a file name where Bareos
will write a {\bf bootstrap} file for each Backup job run. This
directive applies only to Backup Jobs. If the Backup job is a Full
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/disk.tex
Expand Up @@ -210,7 +210,7 @@ \subsection{Automatic Volume Labeling}
\normalsize

You can find more details of the {\bf Label Format} Pool record in
\ilink{Label Format}{Label} description of the Pool resource
\linkResourceDirective{Dir}{Pool}{Label Format} description of the Pool resource
records.

\label{Recycling1}
Expand Down
4 changes: 2 additions & 2 deletions manuals/en/main/restore.tex
Expand Up @@ -596,7 +596,7 @@ \section{Command Line Arguments}
\end{itemize}

\section{Using File Relocation}
\index[general]{Using File Relocation}
\index[general]{File Relocation!using}
\label{filerelocation}
\label{restorefilerelocation}

Expand Down Expand Up @@ -627,7 +627,7 @@ \subsection*{Introduction}
the \ilink{restore section}{restorefilerelocation} of this manual;
you can modify your restore job before running it; or you can
add options to your restore job in as described in
\ilink{bareos-dir.conf}{confaddprefix}.
\linkResourceDirective{Dir}{Job}{Strip Prefix} and \linkResourceDirective{Dir}{Job}{Add Prefix}.

\begin{verbatim}
Parameters to modify:
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/storedconf.tex
Expand Up @@ -826,7 +826,7 @@ \section{Device Resource}
\index[sd]{Directive!Label Media}
If {\bf Yes}, permits this device to automatically label blank media
without an explicit operator command. It does so by using an internal
algorithm as defined on the \ilink{Label Format}{Label} record in each
algorithm as defined on the \linkResourceDirective{Dir}{Pool}{Label Format} record in each
Pool resource. If this is {\bf No} as by default, Bareos will label
tapes only by specific operator command ({\bf label} in the Console) or
when the tape has been recycled. The automatic labeling feature is most
Expand Down

0 comments on commit 2e630a7

Please sign in to comment.