Changes of Revision 15
[-] [+] | Changed | automysqlbackup.spec |
[-] [+] | Changed | multimysqlbackup.sh ^ |
@@ -19,6 +19,8 @@ ############################################################################### if [ -s "${CONFPATH}" ] ; then + export MAILADDR + for LINE in `cat ${CONFPATH} | grep -v ^# | grep -v ^$ | sed -e s@" "@"%20%"@g` ; do # format: host;user;password;databases_separated_by_spaces;databases_to_exclude_separated_by_spaces;tables_to_exclude |