egdbback/site.conf-sample
2023-05-02 02:01:02 +00:00

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]