I am using “innobackupex --export --tables-file=/root/tables.txt /tmp/backup”.
I’ve noticed that after the backup I can’t apply logs immediately (“innobackupex --apply-log /tmp/backup/2016-02-14_03-43-42”) and I need to decompress the files first (“innobackupex --decompress /tmp/backup/2016-02-14_03-43-42”).
Without applying the logs my files are corrupted.
- twice as time is wasted on compression/decompression.
Is there a way to export through innobackupex without compression? I love innobackup because it can export files in parallel.