Xref: utzoo comp.unix.i386:5526 comp.unix.questions:22610 Path: utzoo!attcan!uunet!mcsun!unido!mikros!mwtech!mecky!walter From: walter@mecky.UUCP (Walter Mecky) Newsgroups: comp.unix.i386,comp.unix.questions Subject: Re: Tape backup performance on 386 ISA/EISA systems Keywords: tape, performance, 386 Message-ID: <642@mecky.UUCP> Date: 1 Jun 90 00:56:41 GMT References: <1990May25.123302.26061@virtech.uucp> Reply-To: walter@mecky.UUCP (Walter Mecky) Organization: MIKROS Systemware, Buettelborn/W-Germany Lines: 16 In article <1990May25.123302.26061@virtech.uucp> cpcahil@virtech.uucp (Conor P. Cahill) writes: + I am trying to collect data on the performance of the different tape + backup systems available for 386 bases Unix systems. What I am + trying to obtain is the speed in MB/minute of backing up a file system + to tape. In order to be meaningful, the file system must be at least + 30MB and be backed up using the following command (so that everybody + uses the same mechanism): + [] + /bin/time sh -c "find . -print | cpio -oBcC 10240 > /dev/rmt0" + [] + Time: Real: 10:50.7 User: 10.2 System: 1:17.9 Note that only the "Real" portion of time(1) is significant here, because "User" and "System" problably are those of find(1) only. -- Walter Mecky