From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 03:39:32 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D49346DD for ; Fri, 3 Apr 2015 03:39:32 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95EAC911 for ; Fri, 3 Apr 2015 03:39:32 +0000 (UTC) Received: by iedm5 with SMTP id m5so83997083ied.3 for ; Thu, 02 Apr 2015 20:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=v9dHJXxFpIw3cqVg7hvSFu2h/Y296nvmQvCqBQXi0t0=; b=arlRvPm1Zpq1UXbUvxwGrySVCLDip77Ia7T301D6XpRGdGqGy6W69O0DTX+nt/MXAq Lrs/sopQoL/J/+6sXbAWifLBXp9EUbJI2mdr4ubwDKSt3Gb7lrxqInse2IQWImmdeZRM 5H/Im71RRepDKx/zFEF+p4gDjf/Ng4AAwrVbUHTTGkvz9HsqsJEbLmk6w6xcJR2La0GJ UfZWeU3SILaB3JzgXkk/X408scLi2ZGtOeO/NEYY+eFVkbFsVUvkkjYcKxMkOzJObbZ7 JZV3l7cmqJk8FXyI2B+phdAKv6JRtFXjZreE0yl/9nFZaVD5e7tucbO0EDPfyL7r4YFv OFUA== MIME-Version: 1.0 X-Received: by 10.107.6.42 with SMTP id 42mr828079iog.52.1428032371938; Thu, 02 Apr 2015 20:39:31 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.107.155.135 with HTTP; Thu, 2 Apr 2015 20:39:31 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Apr 2015 10:39:31 +0700 X-Google-Sender-Auth: 2OJZ2gGR1CT6iu9MczeGtfrnlGQ Message-ID: Subject: Re: Dump(8) does not do incremental From: Olivier Nicole To: Warren Block Content-Type: text/plain; charset=UTF-8 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:39:32 -0000 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. Best regards, olivier