Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!b-tech!zeeff From: zeeff@b-tech.ann-arbor.mi.us (Jon Zeeff) Newsgroups: comp.unix.microport Subject: Re: Everex tape drive on V/386 Message-ID: <5003@b-tech.ann-arbor.mi.us> Date: 19 Dec 88 17:43:53 GMT References: <172@wa3wbu.UUCP> Reply-To: zeeff@b-tech.ann-arbor.mi.us (Jon Zeeff) Organization: Branch Technology Ann Arbor, MI Lines: 20 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 I suggest that you use cd /; find . -depth -print | cpio -ocv | strm /dev/mt/rmt0 It's much better to be able to restore files somewhere else. find . -print | sort -r | cpio ... also has some advantages if you are using floppies and want to find a file (use fixcpio to start in the middle of a floppy series). -- Jon Zeeff zeeff@b-tech.ann-arbor.mi.us Support ISO 8859/1 zeeff%b-tech.uucp@umix.cc.umich.edu Ann Arbor, MI umix!b-tech!zeeff