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

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Sep 22, 2014
1 parent 050f656 commit 18c7799
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
9 changes: 4 additions & 5 deletions manuals/en/main/autochangers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -852,11 +852,10 @@ \section{Bareos Autochanger Interface}


\section{Tapespeed and blocksizes}
\index[general]{speedtuning!tapedrives}
\index[general]{tuning!tape}
\index[general]{blocksize!tapedrives}
\index[general]{tape speed}
\index[general]{block sizes}
\index[general]{Tuning!Tape}
\index[general]{Tuning!blocksize}
\index[general]{Tape!speed}
\index[general]{Blocksize!optimize}
\label{Tapespeed and blocksizes}
\label{setblocksizes}

Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/bareos-manual-main-reference.tex
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ \part{Appendix}
\chapter{Operating Systems}
\label{SupportedOSes}
\index[general]{Systems!Supported Operating}
\index[general]{Supported Operating Systems}
\index[general]{Support!Operating Systems}

\input{supportedoses}

Expand Down
3 changes: 1 addition & 2 deletions manuals/en/main/bconsole.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1558,8 +1558,7 @@ \section{Console Commands}
For {\bf Volume from Pool}, {\bf All Volumes from Pool} and {\bf All Volumes
from all Pools}, the following values are updated from the Pool record:
Recycle, RecyclePool, VolRetention, VolUseDuration, MaxVolJobs, MaxVolFiles,
and MaxVolBytes. (RecyclePool feature is available with bareos 2.1.4 or
higher.)
and MaxVolBytes.

The full form of the update command with all command line arguments is:

Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/configure.tex
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ \subsection{Data Types}
\item [string-list]
\index[general]{Data Type!string list}
\label{DataTypeStringList}
Multiple strings, separated by \textbf{:}.
Multiple strings, specified in multiple directives, or in a single directive, separated by \textbf{,}.
Expand Down
4 changes: 2 additions & 2 deletions manuals/en/main/debug.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ \section{Traceback}
Therefore it expects a local mail transfer daemon running.
It send the traceback to \email{root@localhost} via \host{localhost}.

\item Some Linux distributions, e.g. Ubuntu\index[general]{Plattfrom!Ubuntu!Debug},
\item Some Linux distributions, e.g. Ubuntu\index[general]{Platform!Ubuntu!Debug},
disable the possibility to examine the memory of other processes.
While this is a good idea for hardening a system, our debug mechanismen will fail.
To disable this feature, run (as root):
Expand Down Expand Up @@ -88,7 +88,7 @@ \subsection{Getting A Traceback On Other Systems}

It should be possible to produce a similar traceback on systems other than
Linux, either using \command{gdb} or some other debugger.
Solaris\index[general]{Plattfrom!Solaris!Debug} with \command{dbx}
Solaris\index[general]{Platform!Solaris!Debug} with \command{dbx}
loaded works quite fine. On other systems, you will need to modify the
\command{btraceback} program to invoke the correct debugger, and possibly correct the
\file{btraceback.gdb} script to have appropriate commands for your debugger.
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/recycling.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ \section{Automatic Volume Recycling}
\item AutoPrune = yes
\item VolumeRetention = {\textless}time{\textgreater}
\item Recycle = yes
\item RecyclePool = {\textless}APool{\textgreater} %(\textit{This require bareos 2.1.4 or greater})
\item RecyclePool = {\textless}APool{\textgreater}
\end{itemize}

The above three directives are all you need assuming that you fill
Expand Down
3 changes: 1 addition & 2 deletions manuals/en/main/tape-without-autochanger.tex
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ \subsection{Practical Details}
\label{Manual}

\section{Manually Changing Tapes}
\index[general]{Tapes!Manually Changing}
\index[general]{Manually Changing Tapes}
\index[general]{Tape!Manually Changing}

If you use the strategy presented above, Bareos will ask you to change the
tape, and you will {\bf unmount} it and then remount it when you have inserted
Expand Down

0 comments on commit 18c7799

Please sign in to comment.