run job=Vbackup alljobid=1-3,6-8 level=VirtualFull
\end{lstlisting}
+\subsection{New Prune ``Expired'' Volume Command}
+
+In Bacula Enterprise 6.4, this is now possible to prune all volumes (from a
+pool, or globally) that are ``expired''. This option can be scheduled after or
+before the backup of the Catalog and can be combined with the Truncate On Purge
+option. This option can be used instead of the \texttt{manual\_prune.pl}
+script.
+
+\begin{lstlisting}
+* prune expired volumes
+
+* prune expired volumes pool=FullPool
+\end{lstlisting}
+
+To schedule this option automatically, it can be added to the BackupCatalog job
+definition.
+
+\begin{lstlisting}
+ Job {
+ Name = CatalogBackup
+ ...
+ RunScript {
+ Console = ``prune expired volume yes''
+ RunsWhen = Before
+ }
+ }
+\end{lstlisting}
+
\section{Bacula Enterprise 6.2.3}
\subsection{New Job Edit Code \%P}