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

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
fixes some labels and indexes.
  • Loading branch information
joergsteffens committed Oct 17, 2014
1 parent 8624106 commit 0ec079e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 35 deletions.
2 changes: 1 addition & 1 deletion manuals/en/main/dataencryption.tex
Expand Up @@ -66,7 +66,7 @@ \chapter{Data Encryption}


\section{Encryption Technical Details}
\index[general]{Encryption Technical Details}
\index[general]{Encryption!Technical Details}

The implementation uses 128bit AES-CBC, with RSA encrypted symmetric
session keys. The RSA key is user supplied.
Expand Down
13 changes: 1 addition & 12 deletions manuals/en/main/general.tex
Expand Up @@ -159,6 +159,7 @@ \subsection*{Bareos Tray Monitor}


\section{Bareos Packages}
\label{sec:BareosPackages}

Following Bareos Linux packages are available (release 14.2):

Expand Down Expand Up @@ -539,18 +540,6 @@ \section{What Bareos is Not}
if you plan carefully and follow the instructions included in the
\ilink{Disaster Recovery}{RescueChapter} chapter of this manual.

With proper planning, as mentioned in the Disaster Recovery chapter,
Bareos can be a central component of your disaster recovery system. For
example, if you have created an emergency boot disk, and/or a Bareos Rescue disk to
save the current partitioning information of your hard disk, and maintain a
complete Bareos backup, it is possible to completely recover your system from
"bare metal" that is starting from an empty disk.

If you have used the {\bf WriteBootstrap} record in your job or some other
means to save a valid bootstrap file, you will be able to use it to extract
the necessary files (without using the catalog or manually searching for the
files to restore).

\section{Interactions Between the Bareos Services}

The following block diagram shows the typical interactions between the Bareos
Expand Down
3 changes: 2 additions & 1 deletion manuals/en/main/howto.tex
Expand Up @@ -40,6 +40,7 @@ \section{Backup Of Third Party Databases}
\subsection{Backup of MSSQL Databases with Bareos Plugin}
\index[general]{MSSQL Backup}
\index[general]{Database!MSSQL}
\index[general]{Plugin!MSSQL backup}
\label{MSSQL}

\sinceVersion{general}{MSSQL}{13.2}
Expand Down Expand Up @@ -676,7 +677,7 @@ \subsubsection{Backup of a PostgreSQL Databases by using the bpipe plugin}
\end{bconfig}
\subsubsection{Backup of a PostgreSQL Databases by using the PGSQL-Plugin}
\index[general]{plugin!PostgreSQL backup}
\index[general]{Plugin!PostgreSQL Backup}
\label{backup-postgresql-plugin}
The PGSQL-Plugin supports an online (Hot) backup of database files and database transaction logs (WAL) archiving (with pgsql-archlog) and backup. With online database and transaction logs the backup plugin can perform Poin-In-Time-Restore up to a single selected transaction or date/time.
Expand Down
16 changes: 9 additions & 7 deletions manuals/en/main/plugins.tex
Expand Up @@ -17,6 +17,7 @@ \section{File Daemon Plugins}

\subsection{bpipe Plugin}
\label{bpipe}
\index[general]{Plugin!bpipe}

The bpipe plugin is a generic pipe program, that simply transmits the data from a specified program to Bareos for backup, and
from Bareos to a specified program for restore. The purpose of the plugin is to provide an interface to any system program
Expand Down Expand Up @@ -77,27 +78,27 @@ \subsection{bpipe Plugin}
\subsection{PGSQL Plugin}
See chapter \ilink{Backup of a PostgreSQL Databases by using the PGSQL-Plugin}{backup-postgresql-plugin}.
See chapter \nameref{backup-postgresql-plugin}.
\subsection{MSSQL Plugin}
See chapter \ilink{Backup Of MSSQL Databases}{MSSQL}.
See chapter \nameref{MSSQL}.
\subsection{python-fd Plugin}
\index[general]{Plugin!Python!File Daemon}
The \name{python-fd} plugin behaves similar to the \ilink{python-dir}{director-python-plugin} plugin.
Please read the information there.
The \name{python-fd} plugin behaves similar to the \nameref{director-python-plugin}.
\section{Storage Daemon Plugins}
\label{sdPlugins}
\subsection{autoxflate-sd}
\label{plugin-autoxflate-sd}
\index[general]{Plugin!autoxflate-sd}
This plugin is part of the \package{bareos-storage} package.
Expand Down Expand Up @@ -152,19 +153,20 @@ \subsection{autoxflate-sd}
\subsection{scsicrypto-sd}
\index[general]{Plugin!scsicrypto-sd}
This plugin is part of the \package{bareos-storage} package.
\subsection{scsitapealert-sd}
\index[general]{Plugin!scsitapealert-sd}
This plugin is part of the \package{bareos-storage-tape} package.
\subsection{python-sd Plugin}
\index[general]{Plugin!Python!Storage Daemon}
The \name{python-sd} plugin behaves similar to the \ilink{python-dir}{director-python-plugin} plugin.
Please read the information there.
The \name{python-sd} plugin behaves similar to the \nameref{director-python-plugin}.
\section{Director Plugins}
Expand Down
4 changes: 2 additions & 2 deletions manuals/en/main/programs.tex
Expand Up @@ -674,8 +674,8 @@ \subsection{bscan}
destroyed, then you must first ensure that you have the SQL program running
(MySQL or PostgreSQL), then you must create the Bareos database (normally
named bareos), and you must create the Bareos tables.
This is explained in the
\ilink{Installation}{CreateDatabase} chapter of the manual. Finally, before
This is explained in
\nameref{sec:CreateDatabase} chapter of the manual. Finally, before
scanning into an empty database, you must start and stop the Director with
the appropriate Bareos-dir.conf file so that it can create the Client and
Storage records which are not stored on the Volumes. Without these
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/troubleshooting.tex
Expand Up @@ -777,7 +777,7 @@ \subsection{Restoring When Things Go Wrong}
\begin{enumerate}
\item Ensure that your SQL server is running (MySQL or PostgreSQL)
and that the Bareos database (normally bareos) exists. See the
\ilink{Installation}{CreateDatabase} chapter of the manual.
\nameref{sec:CreateDatabase} chapter of the manual.
\item Ensure that the Bareos databases are created. This is also
described at the above link.
\item Start and stop the Bareos Director using the propriate
Expand Down
11 changes: 0 additions & 11 deletions manuals/en/main/tutorial.tex
Expand Up @@ -55,9 +55,6 @@ \section{Installing Bareos}
% it can take hours (about four hours on my drive) to fill a large capacity tape.

\section{Starting the Database}
\label{StartDB}
\index[general]{Starting the Database}
\index[general]{Database!Start}

If you are using MySQL or PostgreSQL as the Bareos database, you should start
it before you attempt to run a job to avoid getting error messages from Bareos
Expand Down Expand Up @@ -119,14 +116,6 @@ \section{Using the Director to Query and Start Jobs}

\command{bconsole}

% Alternatively to running the command line console, if you have
% Qt4 installed and used the {\bf \verb:--:enable-bat} on the configure command,
% you may use the Bareos Administration Tool ({\bf bat}):
%
% ./bat
%
% Which has a graphical interface, and many more features than bconsole.

For simplicity, here we will describe only the \command{bconsole} program,
also there is also a graphical interface called \command{BAT}.

Expand Down

0 comments on commit 0ec079e

Please sign in to comment.