# This file describes authentication data, used for connect to database # systems to produce backups. Format is # [section] seciton real is database name # dbtype=[mysql|pgsql] where "mysql"-MySQL, "pgsql"-PostgreSQL # user= # password= # host= when not set assumed "localhost" # port= when not set assumed 3306 # location= when not set to /var/db/mysql for mysql # and to /usr/local/pgsql/data for pgsql # BEWARE!! Password stored in UNENCRYPTED form, because it must throw # to sql command console through command-line to lock table before backup #[testmysql] #dbtype=mysql #user=testuser #password=testpwd #host=localhost #[testpgsql] #dbtype=pgsql #user=testuser #password=testpwd #host=blabla.net #port=12345 #location=/some/where/in/back