Accessing Archived Data from UNIX or Mac Computers

Any application that accesses archived data (using either a read or a write operation) triggers a recall operation.

Procedure

  1. Open a terminal or console window.

  2. Perform an action that executes an open and read on an archived file.

    For example, you can use the vi or cat commands as follows:

    vi path filename

    cat path filename

Results

After the recovery operation, stubs are replaced by files in the specified path.

Loading...