From: Elan Ruusamäe Date: Wed, 15 Dec 2010 13:31:03 +0000 (+0000) Subject: - update default config; rel 2 X-Git-Tag: auto/ac/bacula-backup-mysql-0_3-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbacula-backup-mysql.git;a=commitdiff_plain;h=1172f2c0950ae1c59ef7588346639fc68bceb69e - update default config; rel 2 Changed files: bacula-backup-mysql.conf -> 1.3 bacula-backup-mysql.spec -> 1.6 --- diff --git a/bacula-backup-mysql.conf b/bacula-backup-mysql.conf index 3bd0a42..1237e00 100644 --- a/bacula-backup-mysql.conf +++ b/bacula-backup-mysql.conf @@ -1,21 +1,33 @@ # vim:ft=apachestyle +# clusters to backup +# there is nothing special about name "mysql", name just picked as convience + cluster mysql # cluster won2 # cluster eventum - cluster default +# client connection parameters, can be overriden per cluster user mysql # password +# global options, can be overriden per cluster - tmpdir /media/backup/tmp - outdir /media/backup/mysql + tmpdir /srv/bacula/tmp + outdir /srv/bacula/mysql +# options for mysql cluster + + socket /var/lib/mysql/mysql.sock +# exclude_database mysql +# include_database mysql + + +# options for "won2" cluster user mysql password @@ -26,9 +38,3 @@ include_database won2_ui include_database delfi_watson2 - - - socket /var/lib/mysql/mysql.sock -# exclude_database mysql -# include_database mysql - diff --git a/bacula-backup-mysql.spec b/bacula-backup-mysql.spec index b66200c..3104809 100644 --- a/bacula-backup-mysql.spec +++ b/bacula-backup-mysql.spec @@ -2,7 +2,7 @@ Summary: MySQL backup hook for Bacula Name: bacula-backup-mysql Version: 0.3 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Databases Source0: %{name}