Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find tape backup files in the HP Unix server

Status
Not open for further replies.

victorgo

ISP
Dec 19, 2000
10
HK
Hi,
Is anybody knows how to issue command to find the tape backup files(like dir for DOS command) in the HP Unix server.

Thanks.
 
Hi

It would depend on the backup method used to write the tape.

For fbackup,
#frecover -I /tmp/index-f /dev/dsk/*m

For tar
#tar tv /dev/dsk/*m

For cpio
#cpio -t < /dev/rmt/*m
(Check this I can't remember if you need -it)

Regards
Unixqueen



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top