]> git.sur5r.net Git - bacula/docs/commitdiff
Add small documentation for new PurgeMigrateJob option
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 25 Nov 2010 15:19:48 +0000 (16:19 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 25 Nov 2010 15:19:48 +0000 (16:19 +0100)
docs/manuals/en/main/newfeatures.tex

index 406fa754ed6353c2d2a67a3ccc54238edc07ba53..7a1c14829cc4c4630816a60c15797534f60c3556 100644 (file)
@@ -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