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

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Dec 25, 2017
1 parent 52ef4a8 commit 3339859
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions manuals/en/main/install.tex
Expand Up @@ -12,10 +12,10 @@
%please refer to the \ilink{Building chapter}{compile}.}

If Bareos is available as a package,
only 5 steps are required to get to a running Bareos System:
only 4 steps are required to get to a running Bareos system:
\begin{enumerate}
\item \nameref{sec:AddSoftwareRepository}
\item \nameref{sec:ChooseDatabaseBackend}
%\item \nameref{sec:ChooseDatabaseBackend}
\item \nameref{sec:InstallBareosPackages}
\item \nameref{sec:CreateDatabase}
\item \nameref{sec:StartDaemons}
Expand Down Expand Up @@ -43,7 +43,6 @@ \section{Decide about the Bareos release to use}
\section{Decide about the Database Backend}
\label{sec:ChooseDatabaseBackend}

Next you have to decide, what database backend you want to use.
Bareos offers the following database backends:
\begin{itemize}
\item PostgreSQL by package \package{bareos-database-postgresql}. This is the recommended backend.
Expand Down Expand Up @@ -110,7 +109,7 @@ \subsubsection{RHEL$\ge$7, CentOS$\ge$7, Fedora}
# RELEASE=experimental/nightly/

# add the Bareos repository
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
URL=http://download.bareos.org/bareos/$RELEASE/$DIST
wget -O /etc/yum.repos.d/bareos.repo $URL/bareos.repo
# install Bareos packages
Expand Down Expand Up @@ -145,7 +144,7 @@ \subsubsection{RHEL 6, CentOS 6}
# RELEASE=experimental/nightly/
# add the Bareos repository
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
URL=http://download.bareos.org/bareos/$RELEASE/$DIST
wget -O /etc/yum.repos.d/bareos.repo $URL/bareos.repo
# install Bareos packages
Expand Down Expand Up @@ -173,7 +172,7 @@ \subsubsection{RHEL 5}
# RELEASE=experimental/nightly/
# add the Bareos repository
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
URL=http://download.bareos.org/bareos/$RELEASE/$DIST
wget -O /etc/yum.repos.d/bareos.repo $URL/bareos.repo
# install Bareos packages
Expand Down Expand Up @@ -207,7 +206,7 @@ \subsubsection{SUSE Linux Enterprise Server (SLES), openSUSE}
# RELEASE=experimental/nightly/
# add the Bareos repository
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
URL=http://download.bareos.org/bareos/$RELEASE/$DIST
zypper addrepo --refresh $URL/bareos.repo
# install Bareos packages
Expand Down Expand Up @@ -245,7 +244,7 @@ \subsubsection{Debian / Ubuntu}
# RELEASE=release/latest/
# RELEASE=experimental/nightly/
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
URL=http://download.bareos.org/bareos/$RELEASE/$DIST
# add the Bareos repository
printf "deb $URL /\n" > /etc/apt/sources.list.d/bareos.list
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/programs.tex
Expand Up @@ -102,7 +102,7 @@ \subsection{bat}

The Bacula/Bareos Administration Tool (\command{bat}) has been a native GUI for Bareos.
It has been marked deprecated since \sinceVersion{dir}{bat vs. bareos-webui}{15.2.0}.
Since \sinceVersion{dir}{bat: removed from core distribution}{17.2.0} it is no longer part of Bareos.
Since Bareos \sinceVersion{dir}{bat: removed from core distribution}{17.2.0} it is no longer part of Bareos.
We encourage the use of \bareosWebui instead.


Expand Down
4 changes: 2 additions & 2 deletions manuals/en/main/releasenotes.tex
Expand Up @@ -33,7 +33,7 @@
\item \package{python-bareos} is included in the core distribution.
\item \package{bareos-storage-droplet} is a storage backend for the droplet library.
Most notably it allows backup and restores to a S3 environment.
\betaSince{sd}{bareos-storage-droplet}{17.2.4}.
\betaSince{sd}{bareos-storage-droplet}{17.2.4}
\item \package{bat} has been removed, see section \nameref{bat}.
\item platforms:
\begin{itemize}
Expand All @@ -52,7 +52,7 @@
\item For the denormalization the database schema must be modified.
\warning{Updating the database to schema version $\geq$ 2170 will increase the required disk space.
Especially it will require around twice the amount of the current database disk space during the migration.}
\item The \dbtable{Filename} does no longer exists. Therefore the \bcommand{.bvfs_*}{} commands do no longer output the \dbcolumn{FilenameId} column.
\item The \dbtable{Filename} database table does no longer exists. Therefore the \bcommand{.bvfs_*}{} commands do no longer output the \dbcolumn{FilenameId} column.
\end{itemize}

\item NDMP\_NATIVE support has been added. This include the NDMP features DAR and DDAR. For details see \nameref{sec:NdmpNative}.
Expand Down

0 comments on commit 3339859

Please sign in to comment.