Annotation of badi/public_scripts/parallelstarter/db_backup/dbs, revision 1.3
1.3 ! adi 1: # db_backup: List of databases to backup/ password file
1.1 adi 2:
3: # Please do not expose this file to the public!
4:
5: # for better performance mix source hosts
6:
7: # This file contains all dbs you want to backup with db_backup.
1.3 ! adi 8: # Put one db and its connection parameters on one line.
1.1 adi 9:
10: # use the follwing form:
1.3 ! adi 11: # <database host>[:<port>] : <database type> : <database name> : <username>[ : <password>]
1.1 adi 12: #
13: # "database type" is either mysql or postgresql
1.3 ! adi 14: # The field separator is <space><colon><space>, not just a colon.
! 15:
1.1 adi 16:
17:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>