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
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}
* 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
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.
%\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.