From: Micah Anderson Date: Tue, 27 Dec 2005 17:37:54 +0000 (+0000) Subject: r220@um: micah | 2005-12-27 11:12:31 -0500 X-Git-Tag: backupninja-0.9.2~18 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=065c9aa959922aaad5d9453335cd3fc5c3495bcd r220@um: micah | 2005-12-27 11:12:31 -0500 Add -h option to mysqlhotcopy method --- diff --git a/handlers/mysql b/handlers/mysql index 408399d..20905d5 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -180,7 +180,8 @@ then then if [ $usevserver ] then - execstr="$VSERVER $vsname exec $MYSQLHOTCOPY --quiet --allowold --regexp /.\*/./.\*/ $hotdir" + info "dbhost: $dbhost" + execstr="$VSERVER $vsname exec $MYSQLHOTCOPY -h $dbhost --quiet --allowold --regexp /.\*/./.\*/ $hotdir" else execstr="$MYSQLHOTCOPY --quiet --allowold --regexp /.\*/./.\*/ $hotdir" fi