]> git.sur5r.net Git - bacula/docs/commitdiff
Add documentation for job edit code %P
authorEric Bollengier <eric@baculasystems.com>
Wed, 27 Feb 2013 21:16:31 +0000 (22:16 +0100)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 Mar 2013 13:52:42 +0000 (14:52 +0100)
docs/manuals/en/main/dirdconf.tex
docs/manuals/en/main/newfeatures.tex

index cedd4383ebdf6ba95f12530c76e7921ac11d5be7..8909118ffe052c83d6447f4c8c2369b5ffbaf48b 100644 (file)
@@ -1156,6 +1156,7 @@ Console          &       &          & Console command\\
     %l = Job Level
     %n = Job name
     %p = Pool name (Only on director side)
+    %P = Current PID
     %s = Since time
     %t = Job type (Backup, ...)
     %v = Volume name (Only on director side)
index 88f4f8cc862da075547879ad426b04cebd963d1a..ece0e62704b8cd245706eb265e25f00aff4a92a1 100644 (file)
@@ -2,6 +2,15 @@
 This chapter presents the new features that have been added to the next
 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.
+
+\begin{verbatim}
+RunAfterJob = "/bin/echo Pid=%P" 
+\end{verbatim}
+
 \section{New Features in 5.2.2}
 This chapter presents the new features that have been added to the current
 Community version of Bacula that is now released.