The RECOVER command recreates files from the output produced by DISCUTIL. Refer to chapter 4 for more information on recovering data.
Task | 
  | 
Copies files from tape that have been saved by the DISCUTIL utility.
Capability | 
  | 
SM, system manager
Syntax | 
  | 
   RECOVER [;KEEP]
           [;NOKEEP]
 | 
Parameters | 
  | 
- KEEP
 Files on the disk are not replaced by files of the same name on the tape. KEEP is the default. Optional.
- NOKEEP
 Replaces files on the disk with files of the same name on the tape. Optional.
Example | 
  | 
This example shows how to copy disk files from tape.
 Load the tape.
 Use the RECOVER command to start the copy. As each file is copied to the disk, messages are displayed.
 The system prompts you to mount the next tape if the files continue onto additional tapes.
   volutil: RECOVER;NOKEEP
   (fname)   (group)   (acct)       IS RESTORED
   TEXT      .PROD     .MANUF       IS RESTORED
   INTRO     .PROD     .MANUF       IS RESTORED
   VOLM2     .PROD     .MANUF       IS RESTORED
   END OF VOLUME, RECOVER DONE
  |