Restoring an individual object from an unmounted user-defined file systems

You can restore individual objects from a save media volume that contains unmounted user-defined file systems (UDFS).

To perform the task, give a new name to the object that you restore. The parent directory of the new name must exist in an accessible file system.

For example, use the following save command to save the unmounted UDFS /dev/QASP01/udfs_name.udfs that contains object payroll:


SAV OBJ('/dev/QASP01/udfs_name.udfs')

To restore the object payroll from the unmounted UDFS to an existing directory /home/JON, use the following command:


RST OBJ(('/DEV/QASP01/udfs_name.udfs/payroll' +
         *INCLUDE +
         '/home/JON/payroll'))