run = "Nightly-backup level=%l since=\"%s\" storage=DDS-4"
\end{verbatim}
-
A cloned job will not start additional clones, so it is not
possible to recurse.
-
-
\label{Priority}
\item [Priority = \lt{}number\gt{}]
\index[dir]{Priority}
\item [RecyclePool = \lt{}pool-resource-name\gt{}]
\index[dir]{RecyclePool}
\index[dir]{Directive!RecyclePool}
-
- On versions 2.1.4 or greater, Bacula can recycle media in the pool of your
- choice. The most useful setup is to use \ilink{Scratch}{TheScratchPool}.
+ On versions 2.1.4 or greater, this directive defines to which pool
+ the Volume will be placed (moved) when it is recycled. Without
+ this directive, a Volume will remain in the same pool when it is
+ recycled. With this directive, it can be moved automatically to any
+ existing pool during a recycle. This directive is probably most
+ useful when defined in the Scratch pool, so that volumes will
+ be recycled back into the Scratch pool. For more on the see the
+ \ilink{Scratch Pool}{TheScratchPool} section of this manual.
+
+ Although this directive is called RecyclePool, the Volume in
+ question is actually moved from its current pool to the one
+ you specify on this directive when Bacula prunes the Volume and
+ discovers that there are no records left in the catalog and hence
+ marks it as {\bf Purged}.
+
\label{PoolRecycle}
\item [Recycle = \lt{}yes|no\gt{}]
Note, the main HTML and PDF Bacula documents are in a separate
tar file that is not part of the source distribution.
-\item [ {-}{-}datadir=\lt{}path\gt{}]
+\item [ {-}{-}datadir=\lt{}path\gt{} ]
\index[general]{{-}{-}datadir}
If you translate Bacula or parts of Bacula into a different language
you may specify the location of the po files using the {\bf
libqt4 and libqt4-devel libraries, and you want to use the
Bacula Administration Tool (bat) GUI Console interface to Bacula, you
must specify this option. Doing so will build everything in the {\bf
- src/qt-console} directory.
+ src/qt-console} directory. In addition to the Qt4 libraries, bat
+ needs the qwt package installed on your system. Please see the
+ next configure item for the details.
+
+\item [ {-}{-}with-qwt=\lt{}path\gt{} ]
+ \index[general]{{-}{-}with-qwt}
+ To build bat, you need the qwt graphics package installed on
+ your system. The qwt package is available for download from
+ the qwt project on Source Forge. If you wish, you may build and
+ install it on your system (by default in /usr/lib). If you have
+ done so, you would specify:
+
+\begin{verbose}
+ --with-qwt=/usr/lib/qwt-5.0.2
+\end{verbose}
+
+ Alternatively, you can download the Bacula depkgs package (currently
+ version 11Jul07) and build it, then assuming that you have put it
+ into a directory named bacula, you would specify:
+
+\begin{verbose}
+ --with-qwt=$HOME/bacula/depkgs/qwt
+\end{verbose}
+
\item [ {-}{-}enable-batch-insert ]
\index[general]{{-}{-}enable-batch-insert}
--with-pid-dir=$HOME/bacula/bin/working \
--with-subsys-dir=$HOME/bacula/bin/working \
--enable-bat \
+ --with-qwt=$HOME/bacula/depkgs/qwt \
--enable-conio
\end{verbatim}
\normalsize
--with-scriptdir=/etc/bacula \
--enable-smartalloc \
--enable-bat \
+ --with-qwt=$HOME/bacula/depkgs/qwt \
--with-mysql \
--with-working-dir=/var/bacula \
--with-pid-dir=/var/run \
--enable-smartalloc \
--enable-gnome \
--enable-bat \
+ --with-qwt=$HOME/bacula/depkgs/qwt \
--enable-bwx-console \
--enable-tray-monitor \
--with-pid-dir=$HOME/bacula/bin/working \