From f765c6fea1fe6ed5ccc76e32aea61093b41bc376 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 18 Mar 2013 20:49:18 +0100 Subject: [PATCH] Add %C to newfeatures --- docs/manuals/en/main/newfeatures.tex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index ece0e627..c0f2cf4c 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -4,11 +4,14 @@ Community version of Bacula that is not yet released. \section{New Features in 5.2.14} \subsection{Additions to RunScript variables} -You can have access to the current PID using \%P in your runscript -command. +The following variables are now available in runscripts: +\begin{itemize} +\item current PID using \%P +\item if the job is a clone job using \%C +\end{itemize} \begin{verbatim} -RunAfterJob = "/bin/echo Pid=%P" +RunAfterJob = "/bin/echo Pid=%P isCloned=%C" \end{verbatim} \section{New Features in 5.2.2} -- 2.39.5