]> git.sur5r.net Git - bacula/docs/commitdiff
Backport some documentation from master
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 4 Oct 2010 15:33:46 +0000 (17:33 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 4 Oct 2010 15:33:46 +0000 (17:33 +0200)
docs/manuals/en/main/newfeatures.tex

index 02524f15d75424e81bfcf9186c43bd795bf22f53..0ff8c7e3457e3dcaa764f6771d9f895014649094 100644 (file)
@@ -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.