]> git.sur5r.net Git - bacula/docs/commitdiff
ebl Document Console command that are authorized in runscript
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 25 Oct 2008 13:19:24 +0000 (13:19 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 25 Oct 2008 13:19:24 +0000 (13:19 +0000)
docs/manuals/en/install/dirdconf.tex

index b7adfac30b2f6464463a5c28591af28dadc740f6..ffad7c52e62ce332fa699774a541ad32ba323067 100644 (file)
@@ -1013,8 +1013,23 @@ during working hours. We can see it like \texttt{Max Start Delay + Max Run
    The specified {\bf Command} (see below for details) is run as an
    external program prior or after the current Job.  This is optional.
 
-   Console options are special commands that are sent to the director instead
-   of the OS.
+   \textbf{Console} options are special commands that are sent to the director instead
+   of the OS. At this time, console command ouputs are redirected to log with
+   the jobid 0.
+
+   You can use following console command : \texttt{delete}, \texttt{disable},
+   \texttt{enable}, \texttt{estimate}, \texttt{list}, \texttt{llist},
+   \texttt{memory}, \texttt{prune}, \texttt{purge}, \texttt{reload},
+   \texttt{status}, \texttt{setdebug}, \texttt{show}, \texttt{time},
+   \texttt{trace}, \texttt{update}, \texttt{version}, \texttt{.client},
+   \texttt{.jobs}, \texttt{.pool}, \texttt{.storage}.  See console chapter for
+   more information. You need to specify needed information on command line, nothing
+   will be prompted. Example :
+
+\begin{verbatim}
+   Console = "prune files client=%c"
+   Console = "update stats age=3"
+\end{verbatim}
 
    You can specify more than one Command/Console option per RunScript.