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

Commit

Permalink
config item missing
Browse files Browse the repository at this point in the history
  • Loading branch information
aussendorf committed Apr 17, 2015
1 parent 7b0a995 commit 794d996
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manuals/en/main/howto.tex
Expand Up @@ -752,13 +752,16 @@ \subsubsection{Backup of a MySQL Databases by using the Python MySQL plugin}
In the above example the plugin creates and saves a dump from the databases called \textit{test} and \textit{wikidb}, running on the file-daemon. The commented example below
specifies an explicit MySQL server called \textit{dbhost}, and connects with user \textit{bareos}, password \textit{bareos}, to create and save a backup of all databases.
You need to enable the plugin directory in the file-dameon config, too:
You need to enable the plugin directory and disable bacula compatibility in the file-dameon config, too:
\begin{bconfig}{bareos-fd.conf: enable Python FD plugins}
FileDaemon {
Name = mysql-fd
...
Plugin Directory = /usr/lib64/bareos/plugins
# if compatible is set to yes, we are compatible with bacula
# if you want to use new bareos features, please set
compatible = no
}
\end{bconfig}
Expand Down

0 comments on commit 794d996

Please sign in to comment.