Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!unido!mikros!mwtech!martin From: martin@mwtech.UUCP (Martin Weitzel) Newsgroups: comp.unix.i386 Subject: Re: ISC UNIX 2.2 & tape drive Keywords: the usual tape problem Message-ID: <853@mwtech.UUCP> Date: 24 Jul 90 16:08:32 GMT References: <8688@uhccux.uhcc.Hawaii.Edu> <1990Jul23.011636.14224@virtech.uucp> <852@mwtech.UUCP> Reply-To: martin@mwtech.UUCP (Martin Weitzel) Organization: MIKROS Systemware, Darmstadt/W-Germany Lines: 22 In article <852@mwtech.UUCP> I wrote: > >If scrolling of the console screen is the problem, here is some >workaround% which would keep the tape streaming. > ># --------------------------------------------------------------- >some backup-program in verbose mode | awk ' [..awk script deleted..] >' For the "not-so-knowledgable" Unix users I should possibly add that the verbose output of some backup-program must be redirected then from standard error to standard output (use: 2>&1 left from the pipe symbol) and if cpio is your backup-program you should name the output device thru the "-O"-switch then. (If you have an older version of "cpio" which doesn't support the "-O"-switch it is essential that 2>&1 appears on the left side from the standard output redirection: >output-device.) BTW: If you use "find" to collect the files for backup, you should check if your "find" supports the "-cpio"-switch. This saves one process and the copying of all the bytes thru a pipeline. -- Martin Weitzel, email: martin@mwtech.UUCP, voice: 49-(0)6151-6 56 83