Jun 25, 2003 #1 call Technical User Joined Oct 31, 2000 Messages 127 Location 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 Joined Apr 27, 2001 Messages 3,993 Location 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 Joined Nov 17, 2000 Messages 307 Location US you can also use the 'pax' command. Regards, Chuck Upvote 0 Downvote