From: Eric Bollengier Date: Wed, 27 Feb 2013 21:14:54 +0000 (+0100) Subject: Add documentation for job edit code %P X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8003512e71f6d538835a241a9871a3d7c5940e9a;p=bacula%2Fdocs Add documentation for job edit code %P --- diff --git a/docs/manuals/en/main/dirdconf.tex b/docs/manuals/en/main/dirdconf.tex index 0c2a7c6a..31081355 100644 --- a/docs/manuals/en/main/dirdconf.tex +++ b/docs/manuals/en/main/dirdconf.tex @@ -1236,6 +1236,7 @@ use. The speed parameter should be specified in k/s, kb/s, m/s or mb/s. %l = Job Level %n = Job name %p = Pool name (Only on director side) + %P = Current PID process %s = Since time %t = Job type (Backup, ...) %v = Volume name (Only on director side) diff --git a/docs/manuals/en/main/newbsfeatures.tex b/docs/manuals/en/main/newbsfeatures.tex index 8b23e73d..b4f11120 100644 --- a/docs/manuals/en/main/newbsfeatures.tex +++ b/docs/manuals/en/main/newbsfeatures.tex @@ -62,6 +62,13 @@ chapter. % run job=Vbackup alljobid=1-3,6-8 level=VirtualFull % \end{lstlisting} +\section{Bacula Enterprise 6.2.3} + +\subsection{New Job Edit Code \%P} + +In various places such as RunScript, you have now access to \%P to get the +current PID. + \section{Bacula Enterprise 6.2.0} \subsection{BWeb Bacula Configuration GUI}