]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/newfeatures.tex
Document %h and fix #1694 about %s and %v
[bacula/docs] / docs / manuals / en / main / newfeatures.tex
index 09aa4be5e27db066db2c71b71f6d5f5cc091d1ea..66f004afcd6d9b9435c75afa041ff18cc413b759 100644 (file)
@@ -416,11 +416,11 @@ This project was funded by Bacula Systems and is available with Bacula
 Enterprise Edition and Community Edition.
 
 \section{Additions to RunScript variables}
-You can have access to JobBytes and JobFiles using %b and %f in your runscript
-command.
+You can have access to JobBytes and JobFiles using \%b and \%f in your runscript
+command. The Client address is now available through \%h.
 
 \begin{verbatim}
-RunAfterJob = "/bin/echo Job=%j JobBytes=%b JobFiles=%f"
+RunAfterJob = "/bin/echo Job=%j JobBytes=%b JobFiles=%f ClientAddress=%h"
 \end{verbatim}
 
 %\section{Changes in drivetype.exe}