In order to move InnoDB table from one server to another using XtraBackup you need to have Percona Server as the destination server, it doesn’t work with Oracle’s MySQL. I recommend you to check the following link, it has more updated information than the linked blog post.
Getting the following error, while importing the innodb table data
InnoDB: of table test.test_table.
120313 7:59:04 InnoDB: Error: you are trying to IMPORT a tablespace
InnoDB: test.test_table, though you have not called DISCARD on it yet
InnoDB: during the lifetime of the mysqld process!
120313 7:59:50 InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
120313 7:59:50 InnoDB: Error: trying to open a table, but could not
InnoDB: open the tablespace file ‘./test/test_table.ibd’!
120313 7:59:50 InnoDB: Error: cannot reset lsn’s in table test.test_table
InnoDB: in ALTER TABLE … IMPORT TABLESPACE