GENERATE BACKUPSETTOC (Generate a table of contents for a backup set)

Use this command to generate a table of contents for a backup set that does not already have one. The backup-archive client uses the table of contents to display the backup set, which allows users to select individual files to be restored from the backup set.

Creating a table of contents for a backup set requires storage pool space and possibly one or more mount points during the creation operation.

Privilege class

To issue this command, you must have system privilege or policy privilege for the domain to which the client node is assigned.

Syntax

Read syntax diagramSkip visual syntax diagramGENerate BACKUPSETTOC node_namebackup_set_name DATAType=ALLDATAType=,FILEIMAGETOCMGmtclass=class_name

Parameters

node_name (Required)
Specifies the name of the client node whose data is contained in the backup set. You cannot use wildcard characters to specify a name, nor can you specify a list of client node names.
backup_set_name (Required)
Specifies the name of the backup set for the client node. You cannot use wildcard characters to specify a name, nor can you specify a list of backup set names.
DATAType
Specifies the type of data to be included in the table of contents. This parameter is optional. By default, all data is included. To specify multiple data types, separate the data types with commas and no intervening spaces. Possible values are:
ALL
Specifies that the table of contents includes all types of data (file-level, image, and application) stored in the backup set. This is the default.
FILE
Specifies that the table of contents includes only file-level data. File-level data consists of files and directories backed up by the backup-archive client. If the backup set contains no files or directories, the table of contents is not generated.
IMAGE
Specifies that the table of contents will include only image backups. Image backups consist of file system images created by the backup client BACKUP IMAGE command. If the backup set contains no image backups, the table of contents will not be generated.
TOCMGmtclass
Specifies the name of the management class to which the table of contents should be bound. If you do not specify a management class, the table of contents is bound to the default management class for the policy domain to which the node is assigned. If you create a table of contents you must define the TOCDESTINATION attribute in the backup copy group for the specified management class.

Example: Generate a table of contents

Generate a table of contents for a backup set named PROJX_DATA that contains the data for client node GARY. The table of contents is to be bound to the default management class.
generate backupsettoc gary projx_data 

Related commands

Table 1. Commands related to GENERATE BACKUPSETTOC
Command Description
COPY ACTIVEDATA Copies active backup data.
DEFINE COPYGROUP Defines a copy group for backup or archive processing within a specified management class.
DEFINE NODEGROUP Defines a group of nodes.
DEFINE NODEGROUPMEMBER Adds a client node to a node group.
DEFINE BACKUPSET Defines a previously generated backup set to a server.
DELETE BACKUPSET Deletes a backup set.
DELETE NODEGROUP Deletes a node group.
DELETE NODEGROUPMEMBER Deletes a client node from a node group.
GENERATE BACKUPSET Generates a backup set of a client's data.
QUERY BACKUPSET Displays backup sets.
QUERY NODEGROUP Displays information about node groups.
QUERY BACKUPSETCONTENTS Displays contents contained in backup sets.
UPDATE BACKUPSET Updates a retention value associated with a backup set.
UPDATE COPYGROUP Changes one or more attributes of a copy group.
UPDATE NODEGROUP Updates the description of a node group.