From 017157ed39af549f8dff1f2388b4769d34b06995 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 18 Jul 2016 11:06:56 +0200 Subject: [PATCH] Add new commands --- docs/manuals/en/main/newfeatures.tex | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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} -- 2.39.5