17 lines
379 B
Text
17 lines
379 B
Text
#
|
|
# Defaults
|
|
#
|
|
# replace the [tokens] below!
|
|
#
|
|
# default email address to which to send backup reports
|
|
EMAIL=[webmaster@example.com]
|
|
#
|
|
# default email subject
|
|
MACHINE_NAME=`hostname`
|
|
#
|
|
# directory for the backups
|
|
BU_DIR=[path/to/backups]
|
|
# These are specific to the MySQL install on this machine
|
|
HOST= # blank if localhost
|
|
USER=[backup user]
|
|
PASSWORD=[backup user password]
|