File:  [Local Repository] / badi / public_scripts / db_backup / dbs.example
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Sep 6 19:35:15 2012 UTC (11 years, 10 months ago) by adi
Branches: MAIN
CVS tags: HEAD
Non-standard ports now supported.

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

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