]> git.sur5r.net Git - bacula/docs/commitdiff
Add %C to newfeatures
authorEric Bollengier <eric@baculasystems.com>
Mon, 18 Mar 2013 19:49:18 +0000 (20:49 +0100)
committerEric Bollengier <eric@baculasystems.com>
Mon, 18 Mar 2013 19:49:18 +0000 (20:49 +0100)
docs/manuals/en/main/newfeatures.tex

index ece0e62704b8cd245706eb265e25f00aff4a92a1..c0f2cf4cb59c8648edfa863a80fe76597f673243 100644 (file)
@@ -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}