From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 05:05:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C7116A4CF for ; Fri, 7 Nov 2003 05:05:35 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C0C44029 for ; Fri, 7 Nov 2003 05:05:33 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp107-254.lns1.adl1.internode.on.net [150.101.107.254])hA7D5UTn058188; Fri, 7 Nov 2003 23:35:31 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Scott Renna , freebsd-questions@freebsd.org Date: Fri, 7 Nov 2003 23:35:29 +1030 User-Agent: KMail/1.4.3 References: <1068210236.18604.1.camel@pluto.dc.cox.net> In-Reply-To: <1068210236.18604.1.camel@pluto.dc.cox.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200311072335.29758.malcolm.kay@internode.on.net> Subject: Re: how do you get dump to assume "yes" to its questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 13:05:35 -0000 On Fri, 7 Nov 2003 23:33, Scott Renna wrote: > Hello all, > > I've managed to start utilizing dump and the flags to exclude certain > directories. The problem i've run into is when i try to back up > /usr....it's so big and dump breaks it up into tinier pieces(i'm dumpin= g > to a file). it asks me if the new volume is mounted and ready to go. > Obviously it is...is there a way for dump to just run through all this > without bothering me? > Not certain I understand what you want, but I think you want the '-a' option with dump so that it writes all to one file without stopping. Try the man page. Malcolm Kay