]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/concepts/newfeatures.tex
ebl Document dbcheck -B, dbport and new mysql indexes for
[bacula/docs] / docs / manuals / en / concepts / newfeatures.tex
index 501c8718db926ca6eb3132129417b23b246c9dd2..98fb7af5490c2b1a319972ea95081b057b609ffe 100644 (file)
@@ -1280,6 +1280,28 @@ A new director directive permits to specify the maximum number of Console
 Connections that could run concurrently. The default is set to 20, but you may
 set it to a larger number.
 
+\subsection{dbcheck enhancements}
+If you are using Mysql, dbcheck will now ask you if you want to create
+temporary indexes to speed up orphaned Path and Filename elimination. 
+
+A new \texttt{-B} option allows you to print catalog information in a simple
+text based format. This is useful to backup it in a secure way.
+
+\begin{verbatim}
+ $ dbcheck -B 
+ catalog=MyCatalog
+ db_type=SQLite
+ db_name=regress
+ db_driver=
+ db_user=regress
+ db_password=
+ db_address=
+ db_port=0
+ db_socket=
+\end{verbatim} %$
+
+You can now specify the database connection port in the command line.
+
 \section{Building Bacula Plugins}
 There is currently one sample program {\bf example-plugin-fd.c} and
 one working plugin {\bf bpipe-fd.c} that can be found in the Bacula