From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 13:34:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D29106564A for ; Sun, 1 Feb 2009 13:34:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7284C8FC08 for ; Sun, 1 Feb 2009 13:34:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n11DY8uD065402; Sun, 1 Feb 2009 14:34:08 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n11DY8RP065399; Sun, 1 Feb 2009 14:34:08 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 1 Feb 2009 14:34:08 +0100 (CET) From: Wojciech Puchar To: Andrew Hamilton-Wright In-Reply-To: Message-ID: <20090201143340.U65379@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: dump(8) using snapshot + "recommended" cache 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: Sun, 01 Feb 2009 13:34:19 -0000 > > I regularly use dump(8) with snapshots to back up my server. > > While this seems to have been working perfectly well so far, > upon (re)reading the man page for dump(8), I have noticed a > somewhat scary pair of lines in the paragraph describing > the option for -C (emphasis with stars mine): > > [Use of this option] will greatly improve performance > at the cost of ***dump possibly not noticing changes in > the file system*** between passes. > > ***It is recommended that you always use this option when > dumping a snapshot.*** > > Does anyone know what, exactly, this means? no, in my experience it's no difference in speed with this enabled or not.