]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/blame - bacula-backup-mysql.conf
- update default config; rel 2
[packages/bacula-backup-mysql.git] / bacula-backup-mysql.conf
CommitLineData
38d6af1e 1# vim:ft=apachestyle
b4f7fd2f 2
1172f2c0
ER
3# clusters to backup
4# there is nothing special about name "mysql", name just picked as convience
38d6af1e 5<clusters>
1172f2c0 6 cluster mysql
38d6af1e
ER
7# cluster won2
8# cluster eventum
38d6af1e 9</clusters>
b4f7fd2f 10
1172f2c0 11# client connection parameters, can be overriden per cluster
38d6af1e
ER
12<client>
13 user mysql
14# password
15</client>
b4f7fd2f 16
1172f2c0 17# global options, can be overriden per cluster
38d6af1e 18<options>
1172f2c0
ER
19 tmpdir /srv/bacula/tmp
20 outdir /srv/bacula/mysql
38d6af1e 21</options>
b4f7fd2f 22
1172f2c0
ER
23# options for mysql cluster
24<cluster mysql>
25 socket /var/lib/mysql/mysql.sock
26# exclude_database mysql
27# include_database mysql
28</cluster>
29
30# options for "won2" cluster
38d6af1e
ER
31<cluster won2>
32 user mysql
33 password
34 socket /var/lib/mysql/mysql.sock
b4f7fd2f 35
38d6af1e
ER
36 exclude_database won2backup
37 exclude_database test
38 include_database won2_ui
39 include_database delfi_watson2
40</cluster>
This page took 0.062502 seconds and 4 git commands to generate.