]> git.sur5r.net Git - bacula/docs/commitdiff
Document new %D
authorEric Bollengier <eric@baculasystems.com>
Thu, 10 Nov 2011 08:57:38 +0000 (09:57 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 10 Nov 2011 08:57:38 +0000 (09:57 +0100)
docs/manuals/en/main/dirdconf.tex
docs/manuals/en/main/newfeatures.tex

index c40a64304a0621bde8f8b1dee0645c9d2c5e9d3d..32f4558b5e2f2151afb81781d663a80489ec0a39 100644 (file)
@@ -1144,7 +1144,8 @@ Console          &       &          & Console command\\
     %% = %
     %b = Job Bytes
     %c = Client's name
-    %d = Director's name
+    %d = Daemon's name (Such as host-dir or host-fd)
+    %D = Director's name (Also valid on file daemon)
     %e = Job Exit Status
     %f = Job FileSet (Only on director side)
     %F = Job Files
@@ -1153,9 +1154,12 @@ Console          &       &          & Console command\\
     %j = Unique Job id
     %l = Job Level
     %n = Job name
+    %p = Pool name (Only on director side)
     %s = Since time
     %t = Job type (Backup, ...)
     %v = Volume name (Only on director side)
+    %w = Storage name (Only on director side)
+    %x = Spooling enabled? ("yes" or "no")
  
 \end{verbatim}
 \normalsize
index c88a8cd0e53a755303ec8185baa9ece1178d691f..456696ecce630e514bdb97e7d918fdc1185b5751 100644 (file)
@@ -1,4 +1,16 @@
-\chapter{New Features in 5.2.x}
+\chapter{New Features in 5.2.2}
+This chapter presents the new features that have been added to the next
+Community version of Bacula that is not yet released.
+
+\section{Additions to RunScript variables}
+You can have access to Director name using \%D in your runscript
+command.
+
+\begin{verbatim}
+RunAfterJob = "/bin/echo Director=%D 
+\end{verbatim}
+
+\chapter{New Features in 5.2.1}
 This chapter presents the new features that have been added to the current
 Community version of Bacula that is now released.
 
@@ -8,9 +20,9 @@ is required for the Enterprise version.
 
 \section{LZO Compression}
 
-LZO compression was added in the Unix File Daemon. From the user point of view, it
-works like the GZIP compression (just replace {\bf compression=GZIP} with {\bf
-  compression=LZO}).
+LZO compression was added in the Unix File Daemon. From the user point of view,
+it works like the GZIP compression (just replace {\bf compression=GZIP} with
+{\bf compression=LZO}).
 
 For example:
 \begin{verbatim}