dotmanila / pyxbackup

XtraBackup wrapper/manager in Python
GNU General Public License v2.0
85 stars 41 forks source link

extra_ibx_options with quotes fails #9

Closed woopstar closed 9 years ago

woopstar commented 9 years ago

If you use the provided example of pyxbackup.cnf file, the backup fails.

extra_ibx_options contains quotes arround its extra options, but these quotes are passed to the innobackupex command which causes it to fail.

Script should remove single and double quotes before adding options

dotmanila commented 9 years ago

The reason this option includes the quotes is that there are options like --include=REGEXP that will explicitly require quoted values.

Updated documentation instead :)