I'm trying to backup a single table and restore to another clean server. I do it like this:
innobackupex --tables(or include)='db.table1' --compress --stream=xbstream ./ | ssh user@ip \ "xbstream -x -C /var/lib/mysql/partial-backup/"
In the output I see:
Skipping ./db/table1.ibd.
No errors occur. What could be the reason for this?