When you are making backup of vBulletin database you are also making backup of all options - including vBET options.
You can also easily get all vBET options using SQL, because all vBET options have prefix 'vbenterprisetranslator_'
Here is SQL query to do it:
You can simply export it as results in most SQL clients - for example in phpMyAdmin (just select all results and export it - below the results table you have options for it).Code:SELECT * FROM setting WHERE varname like 'vbenterprisetranslator_%'