File:  [Local Repository] / badi / public_scripts / parallelstarter / db_backup / dbs
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Sep 6 20:38:44 2012 UTC (11 years, 8 months ago) by adi
Branches: MAIN
CVS tags: HEAD
...

# db_backup: List of databases to backup/ password file

# Please do not expose this file to the public!

# for better performance mix source hosts

# This file contains all dbs you want to backup with db_backup.
# Put one db and its connection parameters on one line.

# use the follwing form:
# <database host>[:<port>] : <database type> : <database name> : <username>[ : <password>]
#
# "database type" is either mysql or postgresql
# The field separator is <space><colon><space>, not just a colon.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>