From: Eric Bollengier Date: Tue, 23 Nov 2010 14:30:21 +0000 (+0100) Subject: update with new plugins X-Git-Tag: Release-5.2.1~57^2~7 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fdocs;a=commitdiff_plain;h=8533bde71e7e7564dc4ab080e59500f563454fef update with new plugins --- diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 609769c7..c238ade2 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -3,6 +3,85 @@ This chapter presents the new features that have been added to the current version of Bacula that is under development. This version will be released at some later date, probably near the end of 2010. +\section{Support for MSSQL Block Level Backup} + +This project was funded by Bacula Systems and is available with Bacula Enterprise +Edition. + +\section{Support for NDMP protocol} + +The new \texttt{ndmp} Plugin is able to backup a NAS through NDMP protocol +using \textbf{Filer to server} approach, where the Filer is backing up across +the LAN to your Bacula server. + +Accurate option should be turned on in the Job resource. +\begin{verbatim} +Job { + Accurate = yes + FileSet = NDMPFS + ... +} + +FileSet { + Name = NDMPFS + ... + Include { + Plugin = "ndmp:host=nasbox user=root pass=root file=/vol/vol1" + } +} +\end{verbatim} + +This project was funded by Bacula Systems and is available with Bacula Enterprise +Edition. + +\section{Incremental/Differential Block Level Difference Backup} + +The new \texttt{delta} Plugin is able to compute and apply signature-based file +differences. It can be used to backup only changes in a big binary file like Outlook +PST, VirtualBox/VmWare images or database files. + +It supports both Incremental and Differential backups and stores signatures +database in the File Daemon working directory. This plugin is available on all +plateform including Windows 32 and 64bit. + +Accurate option should be turned on in the Job resource. +\begin{verbatim} +Job { + Accurate = yes + FileSet = DeltaFS + ... +} + +FileSet { + Name = DeltaFS + ... + Include { + Plugin = "delta:/home/eric/.VirtualBox/HardDisks/lenny-i386.vdi" + } +} +\end{verbatim} + +This project was funded by Bacula Systems and is available with Bacula Enterprise +Edition. + +\section{Include All Windows Drives in FileSet} + +The \texttt{alldrives} Windows Plugin allows you to include all local drives with +a simple directive. This plugin is available for Windows 64 and 32 bit. + +\begin{verbatim} +FileSet { + Name = EverythingFS + ... + Include { + Plugin = "alldrives" + } +} +\end{verbatim} + +This project was funded by Bacula Systems and is available with Bacula Enterprise +Edition. + \section{Changes in Bvfs (Bacula Virtual FileSystem)} Bat has now a bRestore panel that uses Bvfs to display files and