Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > d82798007944d7dfd6f77a78ff0f44f8 > files > 1

bacula-backup-mysql-0.6.2-10.mga6.noarch.rpm

# vim:ft=apachestyle

# clusters to backup
# there is nothing special about name "mysql", name just picked as convience
<clusters>
	cluster mysql
#	cluster won2
</clusters>

# client connection parameters, can be overriden per cluster
<client>
	user root
#	password
</client>

# global options, can be overriden per cluster
<options>
	tmpdir /var/spool/bacula-mysql/tmp
	outdir /var/spool/bacula-mysql/out
</options>

# options for mysql cluster
<cluster mysql>
	socket /var/lib/mysql/mysql.sock
#	exclude_database mysql
#	include_database mysql
#	dump_type mysqldump
#	dump_type mysqlhotcopy
</cluster>

# options for "won2" cluster
<cluster won2>
	user mysql
	password
	socket /var/lib/mysql/mysql.sock

	exclude_database won2backup
	exclude_database test

	# include_database only has an effect if no exclude_database is given...
	include_database won2_ui
	include_database delfi_watson2

	# ...except when include_database is used to control table backup with mysqlhotcopy:
	include_database teensForum5./~(phorum_forums|phorum_users)/
</cluster>