Jun 25, 2003 #1 call Technical User Oct 31, 2000 127 US I have a system that has been backup by cpio command how can I check the tape and see what info is on it? System risc6000 4.2.1 os all I want to do is read the tape. thanks
I have a system that has been backup by cpio command how can I check the tape and see what info is on it? System risc6000 4.2.1 os all I want to do is read the tape. thanks
Jun 25, 2003 #2 mrn MIS Apr 27, 2001 3,993 GB Try cpio -tcvB < /dev/rmt0 or dd if=/dev/rmt0 of=tempfilename -- | Mike Nixon | Unix Admin | ---------------------------- Upvote 0 Downvote
Try cpio -tcvB < /dev/rmt0 or dd if=/dev/rmt0 of=tempfilename -- | Mike Nixon | Unix Admin | ----------------------------
Jun 25, 2003 #3 cspilman MIS Nov 17, 2000 307 US you can also use the 'pax' command. Regards, Chuck Upvote 0 Downvote