your catalog database.
If the {\bf bootstrap-file-specification} begins with a vertical bar
- (|), Bacula will use the specification as the name of a program to which
+ (\verb+|+), Bacula will use the specification as the name of a program to which
it will pipe the bootstrap record. It could for example be a shell
script that emails you the bootstrap record.
\end{verbatim}
\normalsize
- If the vertical bar (|) in front of my\_partitions is preceded by a
- backslash as in \textbackslash{}|, the program will be executed on the
+ If the vertical bar (\verb+|+) in front of my\_partitions is preceded by a
+ backslash as in \textbackslash{}\verb+|+, the program will be executed on the
Client's machine instead of on the Director's machine.
Please note that if the filename is given within quotes, you
will need to use two slashes. An example, provided by John Donagher,
Bacula or if you want to use File Daemon PKI data encryption.
Normally, the {\bf path} specification is not necessary since
the configuration searches for the OpenSSL libraries in standard system
- locations. Enabling OpenSSL in Bacula permits secure communications
+ locations. However, you must ensure that all the libraries are
+ loaded including {\bf libssl-dev} or the equivalent on your
+ system. Enabling OpenSSL in Bacula permits secure communications
between the daemons and/or data encryption in the File daemon.
For more information on using TLS, please see the
\ilink{Bacula TLS -- Communications Encryption}{CommEncryption} chapter
For more information on using PKI data encryption, please see the
\ilink{Bacula PKI -- Data Encryption}{DataEncryption}
chapter of this manual.
+
+ If you get errors linking, you need to load the development libraries,
+ or you need to disable SSL by setting without-openssl.
+
\item [ {-}{\-}with-python=\lt{}path\gt{}]
\index[general]{{-}{\-}with-python}
Note, the above command requires GNU tar. If you do not have GNU tar, a
command such as:
-{\bf zcat mysql-filename | tar xvf - }
+{\bf zcat mysql-filename \verb+|+ tar xvf - }
will probably accomplish the same thing.
\item Download the Bacula dependency packages
\item Detar it with something like:
- {\bf tar xvfz depkgs.tar.gz}
+\begin{verbatim}
+ tar xvfz depkgs.tar.gz
+\end{verbatim}
Note, the above command requires GNU tar. If you do not have GNU tar, a
command such as:
- {\bf zcat depkgs.tar.gz | tar xvf -}
+\begin{verbatim}
+ zcat depkgs.tar.gz | tar xvf -
+\end{verbatim}
will probably accomplish the same thing.