]> git.sur5r.net Git - bacula/docs/commitdiff
More work on 5.2 new features
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 2 Mar 2011 16:28:51 +0000 (17:28 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 2 Mar 2011 16:28:51 +0000 (17:28 +0100)
docs/manuals/en/console/bconsole.tex
docs/manuals/en/main/dirdconf.tex
docs/manuals/en/main/filedconf.tex
docs/manuals/en/main/newfeatures.tex

index 4628bb2e2f362e967ca16778bb8e3b7a163c4d03..11301b49aef80c9f028a03e56e19df887ddaec99 100644 (file)
@@ -245,7 +245,7 @@ order ...
 \item [select]
   Used in the restore command. Takes no argument.
 \item[limit]
-  Used in the setbandwidth command. Takes integer in kb/s unit.
+  Used in the setbandwidth command. Takes integer in KB/s unit.
 \item [storages]
   Used in the show command. Takes no arguments.
 \item [schedules]
index ecca70cfdc47e0141db618abdf63c6fe11ff7cbd..28aee4c5fd782b430dacb430136aaad92bfc8996 100644 (file)
@@ -2334,7 +2334,7 @@ console run command.  This directive is required.
 
 The speed parameter specifies the maximum allowed bandwidth that a job may use
 when started for this Client. The speed parameter should be specified in
-k/s, kb/s, m/s or mb/s.
+k/s, KB/s, m/s or MB/s.
 
 \item [Priority = \lt{}number\gt{}]
    \index[dir]{Priority}
index 868e011a5785ae98a31f62b384a3f88e3bd4b616..ce08ae21162e9cd4bcfe2141dfc9b45af7bd9736 100644 (file)
@@ -300,7 +300,7 @@ resource in the Director's configuration file.  This directive is required.
 
 The speed parameter specifies the maximum allowed bandwidth that a job may use
 when started from this Director. The speed parameter should be specified in
-k/s, kb/s, m/s or mb/s.
+k/s, KB/s, m/s or MB/s.
 
 \item [Monitor = \lt{}yes\vb{}no\gt{}]
    \index[fd]{Monitor}
index 239ad3fd60d8f19e39a51280898ded0c6e40ea28..5a211bbd7d9cbc33bbf866456c70c70e9f5102cf 100644 (file)
@@ -3,6 +3,37 @@ 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{Restart Incomplete Job}
+
+
+\medskip
+This project was funded by Bacula Systems and is available with Bacula
+Enterprise Edition and Community Edition.
+
+\section{New Tray Monitor}
+
+As the default Windows tray monitor doesn't work anymore with recent windows
+version, we added a new QT Tray Monitor that is available for both Linux and
+Windows. This new version allows you to run Backup from the menu.
+
+\begin{figure}[htbp]
+  \centering
+  \includegraphics[width=10cm]{\idir tray-monitor}
+  \label{fig:traymonitor}
+  \caption{New tray monitor}
+\end{figure}
+
+\begin{figure}[htbp]
+  \centering
+  \includegraphics[width=10cm]{\idir tray-monitor1}
+  \label{fig:traymonitor1}
+  \caption{Run a Job through the new tray monitor}
+\end{figure}
+
+\medskip
+This project was funded by Bacula Systems and is available with Bacula
+Enterprise Edition and Community Edition.
+
 \section{Purge Migration Job when Completed}
 
 A new directive may be added to the Migration Job definition in the Director
@@ -52,7 +83,7 @@ FileDaemon {
 The above example would cause any jobs running with the FileDaemon to not
 exceed 5MB/s of throughput when sending data to the Storage Daemon.
 
-You can specify the speed parameter in k/s, kb/s, m/s, mb/s.
+You can specify the speed parameter in k/s, KB/s, m/s, MB/s.
 
 For example:
 \begin{verbatim}
@@ -76,7 +107,7 @@ maximum throughput of a running Job or for future jobs of a Client.
 * setbandwidth limit=1000000 jobid=10
 \end{verbatim}
 
-The \texttt{limit} parameter is in kb/s.
+The \texttt{limit} parameter is in KB/s.
 
 \medskip
 This project was funded by Bacula Systems and is available with Bacula
@@ -179,6 +210,13 @@ Enterprise Edition.
 Bat has now a bRestore panel that uses Bvfs to display files and
 directories. It's still experimental.
 
+\begin{figure}[htbp]
+  \centering
+  \includegraphics[width=12cm]{\idir bat-brestore}
+  \label{fig:batbrestore}
+  \caption{Bat Brestore Panel}
+\end{figure}
+
 \texttt{Important}, the Bvfs module is not currently compatible with BaseJobs,
 Copy and Migration jobs.
 
@@ -434,6 +472,12 @@ RunAfterJob = "/bin/echo Job=%j JobBytes=%b JobFiles=%f ClientAddress=%h"
 %\end{verbatim}
 %
 
+\section{ACL/Extended Attributes}
+
+We added support for NFSv4 ACLs on FreeBSD 8.1 and IRIX extended attributes.
+
+This project was funded by Marco van Wieringen.
+
 \section{Additions to the Plugin API}
 The bfuncs structure has been extended to include a number of
 new entrypoints.