From: Kern Sibbald Date: Wed, 12 Aug 2015 14:27:33 +0000 (+0200) Subject: Tweak update new features and upload X-Git-Tag: Release-7.2.0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=222c21651dd86a4b4eaddfab6e82a8fe749e8e01;p=bacula%2Fdocs Tweak update new features and upload --- diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 3cf062a2..2058eca9 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -44,6 +44,51 @@ systems. Snapshots can be automatically created and used to backup files. It is also possible to manage Snapshots from Bacula's \texttt{bconsole} tool through a unique interface. +\subsubsection{Snapshot Backends} + +The following Snapshot backends are supported with Bacula Enterprise 8.2: + +\begin{itemize} +\item BTRFS +\item ZFS +\item LVM\footnote{Some restrictions described in \vref{LVMBackend} applies to + the LVM backend} +\end{itemize} + +By default, Snapshots are mounted (or directly available) under +\textbf{.snapshots} directory on the root filesystem. (On ZFS, the default +is \textbf{.zfs/snapshots}). + +\smallskip{} + +The Snapshot backend program is called \textbf{bsnapshot} and is available in +the \textbf{bacula-enterprise-snapshot} package. In order to use the Snapshot +Management feature, the package must be installed on the Client. + +\smallskip{} +\label{bsnapshotconf} +The \textbf{bsnapshot} program can be configured using +\texttt{/opt/bacula/etc/bsnapshot.conf} file. The following parameters can +be adjusted in the configuration file: + +\begin{itemize} +\item \texttt{trace=} Specify a trace file +\item \texttt{debug=} Specify a debug level +\item \texttt{sudo=} Use sudo to run commands +\item \texttt{disabled=} Disable snapshot support +\item \texttt{retry=} Configure the number of retries for some operations +\item \texttt{snapshot\_dir=} Use a custom name for the Snapshot directory. (\textbf{.SNAPSHOT}, \textbf{.snapdir}, etc...) +\item \texttt{lvm\_snapshot\_size=} Specify a custom snapshot size for a given LVM volume +\end{itemize} + +\begin{verbatim} +# cat /opt/bacula/etc/bsnapshot.conf +trace=/tmp/snap.log +debug=10 +lvm_snapshot_size=/dev/ubuntu-vg/root:5% +\end{verbatim} + + \subsubsection{Application Quiescing} When using Snapshots, it is very important to quiesce applications that are diff --git a/docs/upload b/docs/upload index e3406516..86494b9c 100755 --- a/docs/upload +++ b/docs/upload @@ -7,7 +7,7 @@ fi cwd=`pwd` lang=$1 src=$cwd/manuals/${lang}/pdf-and-html -ver=7.0.0 +ver=7.2.0 repo=release echo "ver=${ver}" @@ -28,6 +28,6 @@ sendit() rsync -avz --delete --progress $1/../images/ $2/images/ } -dest=bacula:/var/www/bacula/7.0.x-manuals/${lang} +dest=bacula:/var/www/bacula/7.2.x-manuals/${lang} echo "Sending to $dest" sendit $src $dest