From owner-freebsd-questions@FreeBSD.ORG Thu Apr 2 14:15:43 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 19FC4EA for ; Thu, 2 Apr 2015 14:15:43 +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 BC9E0ADC for ; Thu, 2 Apr 2015 14:15:42 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t32EFUbQ047264 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 2 Apr 2015 08:15:30 -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 t32EFTPu047261; Thu, 2 Apr 2015 08:15:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 2 Apr 2015 08:15:29 -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 08:15:30 -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: Thu, 02 Apr 2015 14:15:43 -0000 On Thu, 2 Apr 2015, Olivier Nicole wrote: > Hello, > > Is there any reason why dump would not do incremental when used with -f -? > > I do a full dump: > > # ssh root@192.41.170.38 "dump -f - -L /dev/da1s1d" | restore -r -f - > Password: > DUMP: Date of this level 0 dump: Thu Apr 2 10:48:58 2015 > DUMP: Date of last level 0 dump: the epoch > > followed by an incremental one: > > # ssh root@192.41.170.38 "dump -1 -f - -L /dev/da1s1d" | restore -r -f - > Password: > DUMP: Date of this level 1 dump: Thu Apr 2 12:35:23 2015 > DUMP: Date of last level 0 dump: the epoch > > The level 0 is always shown at the epoch. > > I may be missing something but I don't see what. -u to update /etc/dumpdates after a success?