Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cs.utexas.edu!rutgers!bellcore!texbell!uhnix1!moray!siswat!buck From: buck@siswat.UUCP (A. Lester Buck) Newsgroups: comp.unix.microport Subject: Re: Everex tape drive on V/386 Summary: testing suggestion Message-ID: <359@siswat.UUCP> Date: 19 Dec 88 18:05:46 GMT References: <172@wa3wbu.UUCP> Organization: Photon Graphics, Houston Lines: 22 In article <172@wa3wbu.UUCP>, john@wa3wbu.UUCP (John Gayman) writes: > backs up my other disk which is /archive. I've been invoking the backup > with "find / -depth -print | cpio -ocv | strm /dev/mt/rmt0". When I > backup /archive all is well. When I backup /root however, all files appear > to get backed up except right at the end just prior to reporting the > total number of blocks and exiting, I get the message: > > cpio: WARNING: Cannot obtain information about file: "". I don't know what is causing this line, but try a test run with cd / ; find . -depth -print | cpio -ocv >/dev/null 2>cpio.debug and check the debug file to see where the warning message comes in. (I always use the "cd / ; find ." syntax to keep from storing absolute pathnames on the tape. This allows restoring a given file somewhere else in the filesystem without doing chroot tricks.) -- A. Lester Buck ...!uhnix1!moray!siswat!buck