From owner-freebsd-current@FreeBSD.ORG Mon Jul 30 18:28:32 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A30F216A419 for ; Mon, 30 Jul 2007 18:28:32 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.freebsd.org (Postfix) with ESMTP id 37D0513C428 for ; Mon, 30 Jul 2007 18:28:31 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id l6UISUju070815; Mon, 30 Jul 2007 20:28:30 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id l6UISQEx042793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 30 Jul 2007 20:28:26 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id l6UISQA5024238; Mon, 30 Jul 2007 20:28:26 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id l6UISQj0024237; Mon, 30 Jul 2007 20:28:26 +0200 (CEST) (envelope-from ticso) Date: Mon, 30 Jul 2007 20:28:26 +0200 From: Bernd Walter To: Teufel Message-ID: <20070730182825.GR564@cicely12.cicely.de> References: <46AE28C2.7090700@kuehlbox.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AE28C2.7090700@kuehlbox.de> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED=-1.8, BAYES_00=-2.599 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on cicely12.cicely.de Cc: current@freebsd.org Subject: Re: zfs incremental backup - destination has been modified X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 18:28:32 -0000 On Mon, Jul 30, 2007 at 08:06:58PM +0200, Teufel wrote: > # zfs send -i tank2/vol1/vserver@diff tank2/vol1/vserver@diff2 | zfs > receive -vd backup > receiving incremental stream of tank2/vol1/vserver@diff2 into > backup/vol1/vserver@diff2 > cannot receive: destination has been modified since most recent snapshot > cannot send 'tank2/vol1/vserver@diff2': Broken pipe This could be something very simple such as an atime beeing updated. Add the -F option to the zfs receive command. -- B.Walter http://www.bwct.de http://www.fizon.de bernd@bwct.de info@bwct.de support@fizon.de