]> git.sur5r.net Git - bacula/docs/commitdiff
Add new commands
authorKern Sibbald <kern@sibbald.com>
Mon, 18 Jul 2016 09:06:56 +0000 (11:06 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 18 Jul 2016 09:06:56 +0000 (11:06 +0200)
docs/manuals/en/main/newfeatures.tex

index 6810d6bc912284de01094d4a5878e8ece6d05beb..1c0e332fe2565c243989a0acc34e0707d9596c2f 100644 (file)
@@ -2,6 +2,36 @@
 This chapter presents the new features that have been added to
 the various versions of Bacula.
 
+\section{New Features in 7.4.3}
+\subsection{RunScripts}
+There are two new RunScript short cut directives implemented in
+the Director.  They are:
+
+\begin{verbatim}
+Job {
+  ...
+  ConsoleRunBeforeJob = "console-command"
+  ...
+}
+\end{verbatim}
+
+\begin{verbatim}
+Job {
+  ...
+  ConsoleRunAfterJob = "console-command"
+  ...
+}
+\end{verbatim}
+
+As with other RunScript commands, you may have multiple copies
+of either the {\bf ConsoleRunBeforeJob} or the {\bf ConsoleRunAfterJob}
+in the same Job resource definition.
+\smallskip
+Please note that not all console commands are permitted, and that 
+if you run a console command that requires a response, the results
+are not determined (i.e. it will probably fail).
+
+
 \section{New Features in 7.4.0}
 \subsection{Verify Volume Data}