Use cpio (1L) or tar (1) to restore files from the backup tape to the disk.
See
For details about cpio(1L) and tar(1), see the online manual.
The following describes an example of restoring from a tape.
Method for restoring using cpio(1L)
# cd /userdata <Enter> # cpio -icdm < /dev/st0 <Enter> |
Method for restoring using tar(1)
# cd /userdata <Enter> # tar xvf /dev/st0 <Enter> |
Restoring from a backup tape must be performed using the same command that was used for backing-up.