From: Eric Bollengier Date: Thu, 25 Nov 2010 15:19:48 +0000 (+0100) Subject: Add small documentation for new PurgeMigrateJob option X-Git-Tag: Release-5.2.1~57^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07259da6df000c0ac8df4ce99acfafd0a7855229;p=bacula%2Fdocs Add small documentation for new PurgeMigrateJob option --- diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 406fa754..7a1c1482 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -3,6 +3,34 @@ 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{Purge Migration Job when Completed} + +A new directive may be added to the Migration Job definition in the Director +configuration file to purge the job migrated at the end of a migration. + +For example: +\begin{verbatim} +Job { + Name = "migrate-job" + Type = Migrate + Level = Full + Client = localhost-fd + FileSet = "Full Set" + Messages = Standard + Storage = DiskChanger + Pool = Default + Selection Type = Job + Selection Pattern = ".*Save" +... + Purge Migrated Job = yes +} +\end{verbatim} + +\medskip + +This project was submited by Dunlap Blake, testing and documentation was funded +by Bacula Systems. + \section{Job Bandwidth Limitation} A new directive may be added to FileDaemon or Director resources within the