From 07259da6df000c0ac8df4ce99acfafd0a7855229 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 25 Nov 2010 16:19:48 +0100 Subject: [PATCH] Add small documentation for new PurgeMigrateJob option --- docs/manuals/en/main/newfeatures.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 -- 2.39.5