|
Here is an example showing how to backup all the directories in the IFS
except /QDLS and /QSYS.LIB to tape drive TAP01. /QDLS is omitted because it
should be saved with the SAVDLO command. /QSYS.LIB is omitted because it
should be saved with the SAVSYS and SAVLIB commands...
SAV DEV('/qsys.lib/tap01.devd')
OBJ(('/*')('/qsys.lib' *OMIT)('/qdls' *OMIT))
ENDOPT(*UNLOAD)
UPDHST(*YES)
==================================
MORE INFORMATION ON THIS TOPIC
==================================
Ask the Experts yourself: Our Backup & Recovery gurus are waiting to answer your questions.
Search400's targeted search engine: Get relevant information on backup & recovery.
Check out this search400 Featured Topic on backup & Recovery.
|