From: Kern Sibbald Date: Mon, 18 Jul 2016 09:06:56 +0000 (+0200) Subject: Add new commands X-Git-Tag: Release-7.4.3~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=017157ed39af549f8dff1f2388b4769d34b06995;p=bacula%2Fdocs Add new commands --- diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 6810d6bc..1c0e332f 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -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}