Xref: utzoo comp.unix.xenix:12580 comp.unix.questions:24131 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!uunet!omen!caf From: caf@omen.UUCP (WA7KGX) Newsgroups: comp.unix.xenix,comp.unix.questions Subject: Re: afio and tape streaming Keywords: afio Xenix SCO Message-ID: <47@omen.UUCP> Date: 28 Jul 90 03:29:48 GMT References: <1990Jul25.025826.11320@cunixf.cc.columbia.edu> Reply-To: caf@omen.UUCP (WA7KGX) Followup-To: comp.unix.xenix Organization: Omen Technology Inc Lines: 13 Here's a command I use. The /tmp/DONE business assures that all the files get on the tape even if the south end gets wasted. cp /etc/termcap /tmp/DONE date >/tmp/today find /tmp/today . /tmp/DONE -print | /u/caf/bin/afio -ovzb 32k -s 62m /dev/rct0 tape status tape rewind The real buffering is in the tape driver. SCO 3.2 makes the tape stream most of the time, except for directories with zillions of tiny files. Xenix FS is slower; try using a 1 meg buffer so the tape doesn't backup so often.