]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/commitdiff
- config sample for bacula-backup-mysql
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 May 2009 20:44:02 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-backup-mysql.conf -> 1.1

bacula-backup-mysql.conf [new file with mode: 0644]

diff --git a/bacula-backup-mysql.conf b/bacula-backup-mysql.conf
new file mode 100644 (file)
index 0000000..2820aa6
--- /dev/null
@@ -0,0 +1,27 @@
+; vim:ft=dosini
+
+[clusters]
+;cluster=won2
+;cluster=eventum
+cluster=default
+
+[client]
+user=mysql
+password=
+
+[options]
+tmpdir=/media/backup/tmp
+outdir=/media/backup/mysql
+
+[won2]
+user=mysql
+password=
+socket=/var/lib/mysql/mysql.sock
+
+exclude_database=won2backup
+exclude_database=test
+include_database=won2_ui
+include_database=delfi_watson2
+
+[default]
+socket=/var/lib/mysql/mysql.sock
This page took 0.080956 seconds and 4 git commands to generate.