Dear all,
I have server A and B .
server A I install “Percona-Server 55-5.5.27”.
I want to full backup database on server B (/var/lib/mysql) with command this below
/usr/bin/innobackupex --parallel=4 --host=${IP_SERVER_B} --user=dbuser–password=dbpassword–no-timestamp /home/percona/innobackup/2012-10-15
After full backup is finish, I check dir “/home/percona/innobackup/2012-10-15” is not backup dir /var/lib/mysql on server B. But it’s backup /var/lib/mysql on server A.
why this could happen, but I’ve replaced --host=${IP_SERVER_B} by ip address server B
Thank You
Moses