Annotation of badi/public_scripts/db_backup/dbs.example, revision 1.2

1.2     ! 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.2     ! adi         8: # Put one db and its connection parameters on one line.
1.1       adi         9: 
                     10: # use the follwing form:
1.2     ! adi        11: # <database host>[:<port>] : <database type> : <database name> : <username>[ : <password>]
1.1       adi        12: #
                     13: # "database type" is either mysql or postgresql
1.2     ! adi        14: # The field separator is <space><colon><space>, not just a colon.
1.1       adi        15: 
1.2     ! adi        16: dbserver.mydomain.example:13306 : mysql : foo : backup_dbuser : *very-secret*
1.1       adi        17: dbserver2.mydomain.example : postgresql : bar : backup_dbuser : *very-secret*

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