From: Eric Bollengier Date: Mon, 18 Mar 2013 19:49:18 +0000 (+0100) Subject: Add %C to newfeatures X-Git-Tag: Release-7.0.0~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f765c6fea1fe6ed5ccc76e32aea61093b41bc376;p=bacula%2Fdocs Add %C to newfeatures --- 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}