Exporting database schema and data
Use the NetBackup Database Administration utility to unload either the schema or the schema and data from the relational database.
To export database schema and data
- Start the NetBackup Database Administration utility that is located in the following directory:
install_path\NetBackup\bin\NbDbAdmin.exe
- Enter the database logon password and click OK.
See Using the NetBackup Database Administration utility on Windows.
- Select the Tools tab.
- In the Unload section, click Export.
- In the Export database dialog box, browse to a destination directory.
- Select one or more of the following options:
Schema
Unload only the database schema. The schema is unloaded as a file that is named reload.sql in the named directory.
Schema and data
Unload both the database schema and the data. The data is unloaded as a set of files in comma-delimited format. One file is created for each database table.
- Click OK.