Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2017-12-25 14:04:32 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2017-12-25 14:04:32 +0300
commit3339859e562471829b92ae868a260c317346163d (patch)
treec82063e2f9da3abae462d907068bd246be4476d2
parent52ef4a83b29f6022a99f5cc99552c7ef75ce86f8 (diff)
fixes
-rw-r--r--manuals/en/main/install.tex15
-rw-r--r--manuals/en/main/programs.tex2
-rw-r--r--manuals/en/main/releasenotes.tex4
3 files changed, 10 insertions, 11 deletions
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 @@ Additional information can be found in the chapter \ilink{Operating Systems}{Sup
%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 \nameref{sec:InstallBareosPackages} describes how to add the software re
\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 @@ RELEASE=release/17.2/
# 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 @@ RELEASE=release/17.2/
# 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 @@ RELEASE=release/17.2/
# 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 @@ RELEASE=release/17.2/
# 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 @@ RELEASE=release/17.2/
# 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 @@ For further information regarding the Bareos Webui, please refer to \nameref{sec
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 @@ This release contains several enhancements. Excerpt:
\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 @@ This release contains several enhancements. Excerpt:
\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}.