Restoring or retrieving data
After a query is made and a session is established with the IBM® Storage Protect server, you can run a procedure to restore or retrieve data.
Procedure
To restore or retrieve data, complete the following steps:
- Query the IBM Storage Protect server for either backup or archive data.
- Determine the objects to restore or retrieve from the server.
- Sort the objects on the Restore Order field.
- Send the dsmBeginGetData call with the list of objects that you want to access.
- Send the dsmGetObj call to obtain each object from the system. Multiple dsmGetData calls might be needed for each object to obtain all associated object data. Send the dsmEndGetObj call after all data for an object is obtained.
- Send the dsmEndGetData call after all data for all objects is received, or to end the receive operation.