]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/blobdiff - bacula-backup-mysql.conf
up to 0.6 (new home in github)
[packages/bacula-backup-mysql.git] / bacula-backup-mysql.conf
diff --git a/bacula-backup-mysql.conf b/bacula-backup-mysql.conf
deleted file mode 100644 (file)
index 6351f98..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# vim:ft=apachestyle
-
-# clusters to backup
-# there is nothing special about name "mysql", name just picked as convience
-<clusters>
-       cluster mysql
-#      cluster won2
-#      cluster eventum
-</clusters>
-
-# client connection parameters, can be overriden per cluster
-<client>
-       user mysql
-#      password
-</client>
-
-# global options, can be overriden per cluster
-<options>
-       tmpdir /srv/bacula/tmp
-       outdir /srv/bacula/mysql
-</options>
-
-# options for mysql cluster
-<cluster mysql>
-       socket /var/lib/mysql/mysql.sock
-#      exclude_database mysql
-#      include_database mysql
-</cluster>
-
-# options for "won2" cluster
-<cluster won2>
-       user mysql
-       password
-       socket /var/lib/mysql/mysql.sock
-
-       # exclude database has only effect if no include_database is selected
-       exclude_database won2backup
-       exclude_database test
-
-       include_database won2_ui
-       include_database delfi_watson2
-
-       # include_database can also support table regexp for mysqlhotcopy:
-       include_database teensForum5./~(phorum_forums|phorum_users)/
-</cluster>
This page took 0.046083 seconds and 4 git commands to generate.