If you save only changed objects for either your weekly or daily
backup, use this procedure.
If you save changed objects both weekly and daily,
use your most recent set of tapes. If you save complete libraries on your
weekly backup and changes on your daily backup, perform this procedure only
if your daily backup is more recent than your weekly backup.
- Mount the first tape from your most recent backup of changed objects.
- Determine if any objects are on the tape for libraries that do
not exist on the system:
- Print a list of libraries on the system by typing:
DSPBCKUPL
OUTPUT(*PRINT)
.
- Print the contents of the tape by typing:
DSPTAP
DEV(media-device-name) OUTPUT(*PRINT) DATA(*SAVRST)
.
- Compare the two lists. Mark any libraries on the DSPTAP
listing (from step 2b) that do not appear
on the DSPBCKUPL listing (from step 2a).
- For any libraries you marked in step 2c,
type the following command:
CRTLIB LIB(library-name)
.
- Restore the changed objects from the tapes.
For each
library that appears on the DSPTAP listing (from step
2b),
type the following command:
RSTOBJ OBJ(*ALL) SAVLIB(library-name)
OBJTYPE(*ALL) DEV(media-device-name)