Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Sep 19, 2014
1 parent cd6e24a commit 1c59cb2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions manuals/en/main/configure.tex
Expand Up @@ -98,15 +98,14 @@ \section{Resource Directive Format}
during display of the Resource to provide easier human recognition. For
example:

\footnotesize
\begin{verbatim}
\begin{bconfig}{Resource example}
Director {
Name = "MyDir"
Description = "Main Bareos Director"
WorkingDirectory = "$HOME/bareos/bin/working"
}
\end{verbatim}
\normalsize
\end{bconfig}
\hide{$}
Defines the Director resource with the name "MyDir" and a working directory
\$HOME/bareos/bin/working. In general, if you want spaces in a name to the
Expand Down Expand Up @@ -164,17 +163,18 @@ \subsection{Including other Configuration Files}
specification can be given anywhere a primitive token would appear.
If you wish include all files in a specific directory, you can use the following:
\begin{verbatim}
\begin{bconfig}{include configuration files}
# Include subfiles associated with configuration of clients.
# They define the bulk of the Clients, Jobs, and FileSets.
# Remember to "reload" the Director after adding a client file.
#
@|"sh -c 'for f in /etc/bareos/clientdefs/*.conf ; do echo @${f} ; done'"
\end{verbatim}
\end{bconfig}
\hide{$}
\subsection{Recognized Primitive Data Types}
\subsection{Data Types}
\index[general]{Configuration!Data Types}
\index[general]{Data Type}
\label{DataTypes}
Expand Down Expand Up @@ -349,6 +349,7 @@ \subsection{Recognized Primitive Data Types}
\item [time]
\index[general]{Data Type!time}
\label{DataTypeTime}
\label{Time}
A time or duration specified in seconds. The time is stored internally as
a 64 bit integer value, but it is specified in two parts: a number part and
a modifier part. The number can be an integer or a floating point number.
Expand Down

0 comments on commit 1c59cb2

Please sign in to comment.