]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/newfeatures.tex
main ok but web
[bacula/docs] / docs / manuals / en / main / newfeatures.tex
index 0b9fed9dcf18517131581d6ac940b58214198233..b529594e6eada5114984293a4e0dcd99746960fa 100644 (file)
@@ -656,26 +656,26 @@ Order of testing for databases is:
 \end{bsysitemize}
 
 Each configured backend generates a file named:
-\verb+libbaccats-<sql_backend_name>-<version>.so+
+\lstinline+libbaccats-<sql_backend_name>-<version>.so+
 A dummy catalog library is created named libbaccats-version.so
 
 At configure time the first detected backend is used as the so called
 default backend and at install time the dummy
-\verb+libbaccats-<version>.so+ is replaced with the default backend type.
+\lstinline+libbaccats-<version>.so+ is replaced with the default backend type.
 
 If you configure all three backends you get three backend libraries and the
 postgresql gets installed as the default.
 
 When you want to switch to another database, first save any old catalog you
 may have then you can copy one of the three backend libraries over the
-\verb+libbaccats-<version>.so+ e.g.
+\lstinline+libbaccats-<version>.so+ e.g.
 
 An actual command, depending on your \mbacula{} version might be:
 \begin{lstlisting}
    cp libbaccats-postgresql-5.2.2.so libbaccats-5.2.2.so
 \end{lstlisting}
 
-where the \verb+5.2.2+ must be replaced by the \mbacula{} release
+where the \lstinline+5.2.2+ must be replaced by the \mbacula{} release
 version number.
 
 Then you must update the default backend in the following files:
@@ -2322,8 +2322,8 @@ without any additional installation.
 
 If the DLL can not be found automatically it will need to be copied into
 the \mbacula{} installation
-directory (eg C:\verb+\+Program Files\verb+\+Bacula\verb+\+bin). The Exchange API DLL is
-named esebcli2.dll and is found in C:\verb+\+Program Files\verb+\+Exchsrvr\verb+\+bin on a
+directory (eg C:\lstinline+\+Program Files\lstinline+\+Bacula\lstinline+\+bin). The Exchange API DLL is
+named esebcli2.dll and is found in C:\lstinline+\+Program Files\lstinline+\+Exchsrvr\lstinline+\+bin on a
 default Exchange installation.
 
 \subsubsection{Backing Up}
@@ -2398,7 +2398,7 @@ the following provisos:
     overwritten by restore"
 \item If an entire Storage Group is to be restored (eg all databases and
    logs in the Storage Group), then it is best to manually delete the
-   database files from the server (eg C:\verb+\+Program Files\verb+\+Exchsrvr\verb+\+mdbdata\verb+\+*)
+   database files from the server (eg C:\lstinline+\+Program Files\lstinline+\+Exchsrvr\lstinline+\+mdbdata\lstinline+\+*)
    as Exchange can get confused by stray log files lying around.
 \end{bsysitemize}