16 lines
326 B
Text
16 lines
326 B
Text
|
#
|
||
|
# Defaults
|
||
|
#
|
||
|
# default email address to which to send backup reports
|
||
|
EMAIL=support@egressive.com
|
||
|
#
|
||
|
# default email subject
|
||
|
MACHINE_NAME=`hostname`
|
||
|
#
|
||
|
# directory for the backups
|
||
|
BU_DIR=/home/mysql
|
||
|
# These are specific to the MySQL install on this machine
|
||
|
HOST= # blank if localhost
|
||
|
USER=backup
|
||
|
PASSWORD=nPsAjzhHHDMz:7mS
|