From: Eric Bollengier Date: Mon, 4 Oct 2010 15:33:46 +0000 (+0200) Subject: Backport some documentation from master X-Git-Tag: Release-5.2.1~75 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d408a915569a63c94583e3b2656b6e8e07e41fe2;p=bacula%2Fdocs Backport some documentation from master --- diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 02524f15..0ff8c7e3 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -51,6 +51,14 @@ Priority: 10 OK to run? (yes/mod/no): \end{verbatim} +\section{Additions to RunScript variables} +You can have access to JobBytes and JobFiles using %b and %f in your runscript +command. + +\begin{verbatim} +RunAfterJob = "/bin/echo Job=%j JobBytes=%b JobFiles=%f" +\end{verbatim} + \section{Additions to the Plugin API} The bfuncs structure has been extended to include a number of new entrypoints.