diff --git a/options-example.conf b/options-example.conf index 9b7cd4d..acc2a32 100644 --- a/options-example.conf +++ b/options-example.conf @@ -1,22 +1,22 @@ # # Put there your options # # Notes: # Use the 'options-example.conf' file to create an 'options.conf' file. ####################################################################### # Please uncomment and set this hostname #BOX=host-name # change the place where you want to put backups (no trailing slash) #BASE=/home/backups # uncomment these if you have custom mysql commands to be root -#MYSQL="mysql --defaults-file=/etc/mysql_erinformatica.cnf" -#MYSQLDUMP="mysqldump --defaults-file=/etc/mysql_erinformatica.cnf" +#MYSQL="mysql --defaults-file=/etc/mysql/debian.cnf" +#MYSQLDUMP="mysqldump --defaults-file=/etc/mysql/debian.cnf" # uncomment to avoid any disservice (e.g. systemctl stop/start) #NO_DISSERVICE=1 # uncomment to test things and do nothing #PORCELAIN=1