From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 03:52:14 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BCD1837 for ; Fri, 3 Apr 2015 03:52:14 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 274C3A70 for ; Fri, 3 Apr 2015 03:52:13 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t333pxqm050454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 2 Apr 2015 21:51:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t333pxGp050451; Thu, 2 Apr 2015 21:51:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 2 Apr 2015 21:51:59 -0600 (MDT) From: Warren Block To: Olivier Nicole Subject: Re: Dump(8) does not do incremental In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 02 Apr 2015 21:51:59 -0600 (MDT) Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 03:52:14 -0000 On Fri, 3 Apr 2015, Olivier Nicole wrote: > Thanks Warren, > >>> Is there any reason why dump would not do incremental when used with -f -? >> -u to update /etc/dumpdates after a success? > > That was it. But I now wonder what was the twisted reason behind that > behaviour (that is not documented, man pages mention the various > levels, not saying they are not working unless -u); I understand one > may want to not implement the incremental dumps, but the default > should enable them. Hmm. It should certainly be mentioned in the man page. I only remember -u because I usually have to look up what it does.