Restore files using ufsrestore HOWTO
From Genunix
- (TARGET) Load tape in target system
- (TARGET) verify free space on target system
- (TARGET) 'mt status' on target system to verify tape is loaded
- (TARGET) change to the directory where you want to restore the files to.
- (TARGET) and type 'mt rewind'
- (TARGET) mt -f /dev/rmt/0n fsf n-1
- Where /dev/rmt/0n is the tape drive you are using, and you need to restore from the nth section of the tape
- (TARGET) ufsrestore if /dev/rmt/0n (this brings into an interactive session basically you 'add' all the files you want to 'extract')
- cd to where the files are
- 'add filename' (repeat a & b until you have all the files selected that you want to restore)
- 'extract' will kick it off (and write to disk)
- will prompt for volume? enter 1
- set owner/mode for '.'? [yn] y
- quit