From owner-freebsd-stable@FreeBSD.ORG Wed Oct 20 13:10:06 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93A57106564A for ; Wed, 20 Oct 2010 13:10:06 +0000 (UTC) (envelope-from derek@csolve.net) Received: from mail.csolve.net (mail.csolve.net [207.164.80.200]) by mx1.freebsd.org (Postfix) with ESMTP id 64C2D8FC1A for ; Wed, 20 Oct 2010 13:10:06 +0000 (UTC) Received: from alpha.csolve.local ([10.10.18.126]) by mail.csolve.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1P8YJ0-000EUO-Nb; Wed, 20 Oct 2010 09:02:10 -0400 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Derek Buttineau X-Priority: 3 (Normal) In-Reply-To: <40c67a2c91813d90fa4a3dafb8604db1.squirrel@nyi.unixathome.org> Date: Wed, 20 Oct 2010 09:02:10 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <130DC762-F43A-43CC-861F-0602E77D160E@csolve.net> References: <20101020124434.GA41365@ei.bzerk.org> <40c67a2c91813d90fa4a3dafb8604db1.squirrel@nyi.unixathome.org> To: "Dan Langille" X-Mailer: Apple Mail (2.1081) X-Authenticated-Id: derek@csolve.net Cc: Ruben de Groot , freebsd-stable@freebsd.org Subject: Re: 'zfs send -i': destination has been modified X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 13:10:06 -0000 On 2010-10-20, at 8:54 AM, Dan Langille wrote: > Not that I know of. But I do think that is the issue. Thank you. = Adding > a -F option to the receive helps: >=20 > # zfs send -i storage/bacula@2010.10.19 storage/bacula@2010.10.20 | = zfs > receive -vF storage/compressed/bacula > receiving incremental stream of storage/bacula@2010.10.20 into > storage/compressed/bacula@2010.10.20 > received 20.0GB stream in 303 seconds (67.5MB/sec) >=20 > Just after I sent my email, I found this post: >=20 > = http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075774.html >=20 > Problem solved. :) Good workaround, forcing the receive, but I'd still like to figure out = what's causing the filesystem to be modified on the receiving end. But = this will be useful if I can't determine what is causing it to differ. Thanks, Derek