]> git.sur5r.net Git - bacula/docs/commitdiff
Add more label for Messages
authorEric Bollengier <eric@baculasystems.com>
Mon, 10 Dec 2012 15:58:27 +0000 (16:58 +0100)
committerEric Bollengier <eric@baculasystems.com>
Mon, 10 Dec 2012 15:58:27 +0000 (16:58 +0100)
docs/manuals/en/main/messagesres.tex

index 68264c2cad1fd09142425cbe72e0b1cbdaf3ecbc..8ea94df110bb35b380b81b1e0073faf902ead63b 100644 (file)
@@ -67,11 +67,13 @@ in a message resource.
 \index[dir]{Messages}
    Start of the Messages records.
 
+\label{:Messages:Name}
 \item [Name = \lt{}name\gt{}]
 \index[dir]{Name}
    The name of the Messages resource.  The name you specify here will be used to
    tie this Messages  resource to a Job and/or to the daemon.
 
+\label{:Messages:MailCommand}
 \label{mailcommand}
 \item [MailCommand = \lt{}command\gt{}]
 \index[dir]{MailCommand}
@@ -124,6 +126,7 @@ mailcommand} that you use to ensure that your bsmtp gateway accepts  the
 addressing form that you use. Certain programs such as Exim can be very
 selective as to what forms are permitted particularly in the from part.
 
+\label{:Messages:OperatorCommand}
 \item [OperatorCommand = \lt{}command\gt{}]
 \index[fd]{OperatorCommand}
    This resource specification is  similar to the {\bf MailCommand} except that
@@ -133,6 +136,7 @@ selective as to what forms are permitted particularly in the from part.
    The {\bf OperatorCommand} directive must appear in the {\bf Messages}
    resource before the {\bf Operator} directive.
 
+\label{:Messages:End}
 \item [\lt{}destination\gt{} = \lt{}message-type1\gt{},
    \lt{}message-type2\gt{}, ...]
    \index[fd]{\lt{}destination\gt{}}
@@ -165,6 +169,7 @@ The {\bf destination} may be one of the following:
 
 \begin{description}
 
+\label{:Messages:Director}
 \item [director]
    \index[dir]{director}
    \index[general]{director}
@@ -172,12 +177,14 @@ The {\bf destination} may be one of the following:
    field. Note, in the current  implementation, the Director Name is ignored, and
    the message  is sent to the Director that started the Job.
 
+\label{:Messages:File}
 \item [file]
 \index[dir]{file}
 \index[general]{file}
    Send the message to the filename given in  the {\bf address} field. If the
    file already exists, it will be  overwritten.
 
+\label{:Messages:Append}
 \item [append]
 \index[dir]{append}
 \index[general]{append}
@@ -185,6 +192,7 @@ The {\bf destination} may be one of the following:
    file already exists, it will  be appended to. If the file does not exist, it
    will be created.
 
+\label{:Messages:Syslog}
 \item [syslog]
 \index[general]{syslog}
    Send the message to the system log (syslog)  using the facility specified in
@@ -203,6 +211,7 @@ The {\bf destination} may be one of the following:
    check the {\bf syslog} for Bacula output (normally {\bf
    /var/log/syslog}).
 
+\label{:Messages:Mail}
 \item [mail]
    \index[general]{mail}
    Send the message to the email addresses that are given as a comma
@@ -215,6 +224,7 @@ The {\bf destination} may be one of the following:
    file this email based on the Job termination code (see {\bf
    mailcommand}).
 
+\label{:Messages:MailOnError}
 \item [mail on error]
    \index[general]{mail on error}
    Send the message to the email addresses that are given as a comma
@@ -227,6 +237,7 @@ The {\bf destination} may be one of the following:
    other destinations such as {\bf append} you can ensure that even if the
    Job terminates normally, the output information is saved.
 
+\label{:Messages:MailOnSuccess}
 \item [mail on success]
    \index[general]{mail on success}
    Send the message to the email addresses that are given as a comma
@@ -238,6 +249,7 @@ The {\bf destination} may be one of the following:
    totally discarded (for this destination).  If the Job terminates
    normally, it is emailed.
 
+\label{:Messages:Operator}
 \item [operator]
    \index[general]{operator}
    Send the message to the email addresses that are specified as a comma
@@ -246,18 +258,12 @@ The {\bf destination} may be one of the following:
    is one email per message.  This is most useful for {\bf mount} messages
    (see below).
 
+\label{:Messages:Console}
 \item [console]
   \index[general]{console}
   Send the message to the Bacula console.
 
-\item [stdout]
-  \index[general]{stdout}
-  Send the message to the standard output (normally not used).
-
-\item [stderr]
-  \index[general]{stderr}
-  Send the message to the standard error output (normally not used).
-
+\label{:Messages:Catalog}
 \item [catalog]
    \index[general]{catalog}
    Send the message to the Catalog database. The message will be
@@ -268,6 +274,16 @@ The {\bf destination} may be one of the following:
    with a Job when the Job records are pruned.  Otherwise, Bacula
    never uses these records internally, so this destination is only
    used for special purpose programs (e.g. {\bf bweb}).
+\label{:Messages:End}
+
+\item [stdout]
+  \index[general]{stdout}
+  Send the message to the standard output (normally not used).
+
+\item [stderr]
+  \index[general]{stderr}
+  Send the message to the standard error output (normally not used).
+
 
 \end{description}