]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/blame - bacula-backup-mysql.conf
- v0.3: cleanup tmp dir when backup failed
[packages/bacula-backup-mysql.git] / bacula-backup-mysql.conf
CommitLineData
38d6af1e 1# vim:ft=apachestyle
b4f7fd2f 2
38d6af1e
ER
3<clusters>
4# cluster won2
5# cluster eventum
6 cluster default
7</clusters>
b4f7fd2f 8
38d6af1e
ER
9<client>
10 user mysql
11# password
12</client>
b4f7fd2f 13
38d6af1e
ER
14<options>
15 tmpdir /media/backup/tmp
16 outdir /media/backup/mysql
17</options>
b4f7fd2f 18
38d6af1e
ER
19<cluster won2>
20 user mysql
21 password
22 socket /var/lib/mysql/mysql.sock
b4f7fd2f 23
38d6af1e
ER
24 exclude_database won2backup
25 exclude_database test
26 include_database won2_ui
27 include_database delfi_watson2
28</cluster>
b4f7fd2f 29
38d6af1e
ER
30<cluster default>
31 socket /var/lib/mysql/mysql.sock
32# exclude_database mysql
33# include_database mysql
34</cluster>
This page took 0.027752 seconds and 4 git commands to generate.