Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!edsews!rphroy!trux!car From: car@trux.UUCP (Chris Rende) Newsgroups: comp.sources.wanted Subject: CPIO verifier wanted Keywords: cpio verify Message-ID: <186@trux.UUCP> Date: 6 Jul 89 18:56:23 GMT Organization: Central Cartage, Sterling Hgts., MI Lines: 24 Before I try to write it myself... After creating a large CPIO archive on tape I want to verify the tape contents with the original files on disk. Assume that there isn't enough disk space to read the contents of the tape back online... Does anyone have something to do this? Something like this would be perfect: find . -name "*" -print | cpio -aoBc >/dev/rmt0 # Create archive find . -name "*" -print | cpioverify -aoBc