Mar 22, 2001 #1 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, Is anybody knows how to issue command to find the tape backup files(like dir for DOS command) in the HP Unix server. Thanks.
Mar 23, 2001 #2 unixqueen Vendor Oct 6, 2000 182 GB 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 Upvote 0 Downvote
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