From owner-freebsd-questions@FreeBSD.ORG Sat Feb 17 21:05:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9D6E16A402 for ; Sat, 17 Feb 2007 21:05:04 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.freebsd.org (Postfix) with ESMTP id 8D72313C4B2 for ; Sat, 17 Feb 2007 21:05:04 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id B67F420B40B for ; Sat, 17 Feb 2007 15:05:03 -0600 (CST) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JNW4XWo4qp8l for ; Sat, 17 Feb 2007 15:05:00 -0600 (CST) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 9899720B403 for ; Sat, 17 Feb 2007 15:04:58 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Sat, 17 Feb 2007 15:04:52 -0600 User-Agent: KMail/1.9.5 References: <45D74B17.7050305@lrnx.ath.cx> In-Reply-To: <45D74B17.7050305@lrnx.ath.cx> X-Face: &'; cS03F?rr_w2Qce.d2f7xmwXfcJWDs>}CkpDw.c]ZJJ_)i0Nx Subject: Re: Why this script does not work as expected ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2007 21:05:04 -0000 --nextPart1378752.RJh4jY96OR Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 17 February 2007 12:36, Pierre-Francois LAURAND wrote: > /usr/bin/time /usr/bin/nice -n 20 /sbin/dump -C 16 -0 -f- /vol1 | \ > /usr/bin/nc -v s-backup 24864 Try the "-a" option to dump, which tells it to output until it receives a=20 write error. Otherwise, it tries to chop up the dumps into tape-sized piec= es=20 (even when writing to stdout), and the default tape size seems to be tiny. =2D-=20 Kirk Strauser --nextPart1378752.RJh4jY96OR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBF12355sRg+Y0CpvERAkThAJ9b27WZX2ylJdVRBL7f/gPtIuRsjgCgi2fn HvA0Xy9sUxx40SZzW9cV40o= =wFzm -----END PGP SIGNATURE----- --nextPart1378752.RJh4jY96OR--