If you
use this method, you do not need to include the index files in the
table's full backup. Thus, when running spdsls to list the component
files for each table in the domain that you intend to back up, leave
off the -i index option. The spdsls utility then outputs a list that
excludes index files.
A cautionary
note about method 2: If you do not save index information, you can
experience problems when you attempt to fully restore the table. The
reason: the table's metadata will have information about the index
files that can be missing or out of date. As a result, the metadata
no longer mirrors the table.
Before
you can perform an incremental restore of the table, you must first
repair the table metadata. To repair the metadata, use PROC DATASETS
to modify the table and delete all of the indexes, then run spdsrstr
to restore the table. After performing the incremental restores of
the table, use PROC DATASETS again to modify the table and create
the indexes.
The second
method trades the resources that you save by not fully backing up
the index files against the greater amount of time it can take to
recreate the indexes fully, if the table must be restored.