diff --git a/manuals/en/main/install.tex b/manuals/en/main/install.tex index ec5905f..80c6315 100644 --- a/manuals/en/main/install.tex +++ b/manuals/en/main/install.tex @@ -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} @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/manuals/en/main/programs.tex b/manuals/en/main/programs.tex index bb2b375..3602439 100644 --- a/manuals/en/main/programs.tex +++ b/manuals/en/main/programs.tex @@ -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. diff --git a/manuals/en/main/releasenotes.tex b/manuals/en/main/releasenotes.tex index 8be3210..2d40866 100644 --- a/manuals/en/main/releasenotes.tex +++ b/manuals/en/main/releasenotes.tex @@ -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} @@ -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}.