Restoring Single Table

Enterprise

Bacula Enterprise Only

This solution is only available for Bacula Enterprise. For upgrade inquiries, please reach out to sales@baculasystems.com.

To restore a single item such as a table, you currently need to restore the dump file to a directory and use the mysql command.

$ sed -n -e '/Table structure for table .mytable.$/,/Table structure for table/p' data.sql

The above sed command will extract the table structure, the index and the data from the dump.

Go back to: Restoring Using Dumps.