Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Sep 21, 2016
1 parent 467b629 commit a5b8cc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 40 deletions.
40 changes: 4 additions & 36 deletions manuals/en/main/general.tex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ \section{Who Needs Bareos?}

\section{Bareos Components or Services}

Bareos is made up of the following five major components or services:
Bareos is made up of the following major components or services:
Director, Console, File, Storage, and Monitor services.


Expand Down Expand Up @@ -192,50 +192,18 @@ \section{Bareos Packages}
Not all packages are required to run Bareos.

\begin{itemize}
\item For the Bareos Director, the package \package{bareos-director} and one of \package{bareos-database-mysql}, \package{bareos-database-postgresql} or \package{bareos-database-sqlite3} are required (use \package{bareos-database-sqlite3} only for testing).
\item For the Bareos Director, the package \package{bareos-director} and one of \package{bareos-database-postgresql}, \package{bareos-database-mysql} or \package{bareos-database-sqlite3} are required (use \package{bareos-database-sqlite3} only for testing).

\item For the Bareos Storage Daemon, the package \package{bareos-storage} is required. If you plan to connect tape drives to the storage director, also install the package \package{bareos-storage-tape}. This is kept separately, because it has additional dependencies for tape tools.
\item For the \bareosSd, the package \package{bareos-storage} is required. If you plan to connect tape drives to the storage director, also install the package \package{bareos-storage-tape}. This is kept separately, because it has additional dependencies for tape tools.

\item On a client, only the package \package{bareos-filedaemon} is required. If you run it on a workstation, the packages \package{bareos-traymonitor} gives the user information about running backups.

\item On a Backup Administration system you need to install at least \package{bareos-bconsole} to have an interactive console to the Bareos Director.
\item On a Backup Administration system you need to install at least \package{bareos-bconsole} to have an interactive console to the \bareosDir.

\end{itemize}



\section{Bareos Configuration}
\index[general]{Configuration!Bareos}

In order for Bareos to understand your system, what clients you want backed
up and how, you must create a number of configuration files containing
resources (or objects).% The following presents an overall picture of this:

\TODO{add overview picture}
%\addcontentsline{lof}{figure}{Bareos Objects}
%\includegraphics{\idir bareos-objects}

\section{Conventions Used in this Document}
\index[general]{Document Conventions}

Bareos is in a state of evolution, and as a consequence, this manual
will not always agree with the code. If an item in this manual is preceded by
an asterisk (*), it indicates that the particular feature is not implemented.
If it is preceded by a plus sign (+), it indicates that the feature may be
partially implemented.
% TODO: search for plus sign and asterisk and "IMPLEMENTED" and fix for printed book

If you are reading this manual as supplied in a released version of the
software, the above paragraph holds true. If you are reading the online
version of the manual,
\elink{http://www.bareos.org}{http://www.bareos.org}, please bear in
mind that this version describes the current version in development
that may contain features not in the released version. Just the same, it
generally lags behind the code a bit.

The source of this document is available at \elink{https://github.com/bareos/bareos-docs}{https://github.com/bareos/bareos-docs}.
As with the rest of the Bareos project, you are welcome to participate and improve it.

\section{Quick Start}

To get Bareos up and running quickly, the author recommends
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/releasenotes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ \section*{Bareos-16.2}

\begin{tabular}{p{0.2\textwidth} p{0.8\textwidth}}
Code Release & TBD\\
Database Version & TBD\\
Database Version & 2004 (unchanged)\\
Release Ticket & TBD\\
Url & TBD\\
\end{tabular}
Expand Down
5 changes: 2 additions & 3 deletions manuals/en/main/state.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ \subsection{What is Implemented}
(sometimes called multiplexing).
\item Job sequencing using priorities.
\item \ilink{Console}{UADef} interface to the Director allowing complete
control. Same GUIs are also available.
control. Some GUIs are also available.
\end{itemize}

\item Security
Expand Down Expand Up @@ -123,9 +123,8 @@ \subsection{What is Implemented}
\item Miscellaneous
\begin{itemize}
\item Multi-threaded implementation.
\item A comprehensive and extensible
\ilink{configuration file}{DirectorChapter} for each daemon.
\end{itemize}

\end{itemize}

\subsection{Advantages Over Other Backup Programs}
Expand Down

0 comments on commit a5b8cc9

Please sign in to comment.