I have setup a ssh port forwarded 3316.
I try to use innobackupex --slave-info --user=xx --password=xxx --port=3316 /data/backups/
it backs up the local instance of mysql (port 3306) not the forwarded instance on port 3316.
Can I take a backup over a forwarded port?