Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!whuxl!whuxlm!akgua!akgub!celerity!sdcc6!sdcc13!bparent From: bparent@sdcc13.UUCP (Brian Parent) Newsgroups: net.unix,net.unix-wizards Subject: need help with multi-reel cpio Message-ID: <520@sdcc13.UUCP> Date: Thu, 17-Apr-86 12:36:05 EST Article-I.D.: sdcc13.520 Posted: Thu Apr 17 12:36:05 1986 Date-Received: Mon, 21-Apr-86 01:48:58 EST Organization: U.C. San Diego, Academic Computer Center Lines: 42 Keywords: cpio tape backup Xref: watmath net.unix:7673 net.unix-wizards:17721 I'm having trouble with cpio going to multiple reels. It seems to write to the additional reels fine, but I have yet to successfully read the second reel. (At this point I'm assuming cpio is supposed to be able to handle multiple reels because of some vague recollection of a news article stating it could be done. Nothing in the manual page talks of this.) This is on an AT&T 3B20 system V. To write to the tape I use: find / -mtime -7 -print | cpio -ocB > /dev/rmt/0m When it says: errno: 28, Can't write output I mount the next reel and type: /dev/rmt/0m and it seems to finish its job normally. Then to read the tape for a table of contents I use: cpio -iBct < /dev/rmt/0m > file When it says: errno: 14, Can't read input I mount the next reel just as when writing. But here it begins to print out garbage into 'file' and either complains it is out of phase, try -c option, or errno 14 again (the tape is not at the end of the reel), and sometimes errno 9. If anyone has had any luck with this, or can confirm the bug, please let me know. A means of making multiple reel incremental dumps would save me a lot of headaches. Thanks in advance, Brian Parent ucbvax!sdcsvax!sdcc3!bparent