Search
j0ke.net Open Build Service
>
Projects
>
server:backup
>
automysqlbackup
> automysqlbackup.sh.multihost_per_environment.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File automysqlbackup.sh.multihost_per_environment.patch of Package automysqlbackup (Revision 4)
Currently displaying revision
4
,
show latest
--- automysqlbackup.sh.2.5.orig 2009-05-23 17:58:36.000000000 +0200 +++ automysqlbackup.sh.2.5 2009-05-23 18:00:01.000000000 +0200 @@ -25,19 +25,19 @@ #===================================================================== # Username to access the MySQL server e.g. dbuser -USERNAME=dbuser +USERNAME:=dbuser # Username to access the MySQL server e.g. password -PASSWORD=password +PASSWORD:=password # Host name (or IP address) of MySQL server e.g localhost -DBHOST=localhost +DBHOST:=localhost # List of DBNAMES for Daily/Weekly Backup e.g. "DB1 DB2 DB3" -DBNAMES="DB1 DB2 DB3" +DBNAMES:="DB1 DB2 DB3" # Backup directory location e.g /backups -BACKUPDIR="/backups" +BACKUPDIR:="/backups/${DBHOST}" # Mail setup # What would you like to be mailed to you?