From owner-cvs-src@FreeBSD.ORG Fri Apr 16 08:07:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E196716A4CE; Fri, 16 Apr 2004 08:07:44 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD20543D1D; Fri, 16 Apr 2004 08:07:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3GF7hSU016948; Fri, 16 Apr 2004 08:07:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3GF7hnG016947; Fri, 16 Apr 2004 08:07:43 -0700 (PDT) (envelope-from obrien) Date: Fri, 16 Apr 2004 08:07:42 -0700 From: "David O'Brien" To: Brian Feldman Message-ID: <20040416150742.GA16010@dragon.nuxi.com> References: <200404130258.i3D2w7WC034439@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404130258.i3D2w7WC034439@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump dump.8 dump.h main.c tape.c src/sbin/restore extern.h main.c restore.8 tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 15:07:45 -0000 On Mon, Apr 12, 2004 at 07:58:07PM -0700, Brian Feldman wrote: > green 2004/04/12 19:58:07 PDT > > FreeBSD src repository > > Modified files: > sbin/dump dump.8 dump.h main.c tape.c > sbin/restore extern.h main.c restore.8 tape.c > Log: > Add -P arguments for dump(8) and restore(8) which allow the user to > use backup methods other than files and tapes. The -P argument is > a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME > defined in the environment, respectively. Why do you need an option for this? Can't you just use 'dump ... |' and '... | restore'?