cat_export
| Article:HOWTO72929 | | | Created: 2012-02-13 | | | Updated: 2012-11-20 | | | Article URL http://www.symantec.com/docs/HOWTO72929 |
Name
cat_export — export catalog image metadata from the NetBackup database (NBDB) to one or more flat ASCII image header files.
SYNOPSIS
DESCRIPTION
The cat_export utility is used in specific scenarios to export image metadata from NBDB or a staged copy of NBDB to flat ASCII image header files in a target directory. It organizes the data into a directory hierarchy based on the hierarchy that is used in the NetBackup database.
cat_export is normally used in conjunction with the cat_import command as part of a disaster recovery scenario or to relocate image metadata information from one repository to another. More information is available on NetBackup disaster recovery.
Refer to Disaster Recovery in the NetBackup Troubleshooting Guide.
You must have administrator privileges to run this command.
OPTIONS
- -all
Exports the catalog image data of all the clients of the master server.
- -base directory_name
Changes the target directory of the catalog metadata from the default directory
netbackup/db.exportto the specified directory name.- -backupid backupid
Exports the catalog image data of the specified backup ID.
- -client name
Exports the catalog image data of the specified client.
- -delete_source
Deletes the original image metadata in NBDB.
- -export_dependents
Used with the -backupid and -client options to export image metadata that is dependent on the specified backup images.
- -mediahost hostname
Exports the catalog image data that has at least one fragment on the specified media host. The hostname value can be a media server or a snapshot client.
- -replace_destination
Forces the new flat files to overwrite any existing flat files in the target directory.
- -staging [source_master name]
Specifies that the copy of the NBDB in the staging directory should be used as the source of the export operation instead of the NBDB. You can use this option for the following reasons:
EXAMPLES
Example 1 - Export all image metadata for alfred into the /catExport/images/alfred directory:
# cat_export -base /catExport -client alfred
Example 2 - Export all NBDB image metadata to the netbackup/db.export directory:
# cat_export -all
Example 3 - Export only the image metadata related to client hostname1 from the copy of NBDB that is located in the staging directory:
# cat_export -client hostname1 -staging
|
|
Legacy ID
v62313284_v55367249
Article URL http://www.symantec.com/docs/HOWTO72929
Terms of use for this information are found in Legal Notices









Thank you.