]> git.sur5r.net Git - bacula/docs/commitdiff
Tweak update new features and upload Release-7.2.0
authorKern Sibbald <kern@sibbald.com>
Wed, 12 Aug 2015 14:27:33 +0000 (16:27 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 12 Aug 2015 14:27:33 +0000 (16:27 +0200)
docs/manuals/en/main/newfeatures.tex
docs/upload

index 3cf062a2ea37c033136634b0b80cdeb70debb0c2..2058eca90e45f2549d70b3487ff69135d6857956 100644 (file)
@@ -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=<file>} Specify a trace file
+\item \texttt{debug=<num>} Specify a debug level
+\item \texttt{sudo=<yes/no>} Use sudo to run commands
+\item \texttt{disabled=<yes/no>} Disable snapshot support
+\item \texttt{retry=<num>} Configure the number of retries for some operations
+\item \texttt{snapshot\_dir=<dirname>} Use a custom name for the Snapshot directory. (\textbf{.SNAPSHOT}, \textbf{.snapdir}, etc...)
+\item \texttt{lvm\_snapshot\_size=<lvpath: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
index e3406516a49fccfa2dbdf3ddd7537a88ef4edb6c..86494b9c376077fae8b84941796a0967d9793c3e 100755 (executable)
@@ -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