From owner-freebsd-current@FreeBSD.ORG Mon Jul 30 18:39:34 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 05BE616A418 for ; Mon, 30 Jul 2007 18:39:34 +0000 (UTC) (envelope-from bsd@kuehlbox.de) Received: from samael.qmail-ldap.de (mail.kuehlbox.de [62.159.47.22]) by mx1.freebsd.org (Postfix) with ESMTP id 60C6E13C458 for ; Mon, 30 Jul 2007 18:39:33 +0000 (UTC) (envelope-from bsd@kuehlbox.de) Received: (qmail 95150 invoked from network); 30 Jul 2007 18:39:32 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=kuehlbox.de; b=FmIKchZ+qHMUz0qzHCC9yLgEzG8mLjQkbTMQNp8z2gF+vYi9hJ1iyAccC0pIUPzTLB4if+tPLb2d2A2ILFI2dO33nujV1Fsyd57nsv0VjmZVWKcp8KQZ3eylJ84I5AmR ; Received: from unknown (HELO [192.168.200.128]) (bsd@kuehlbox.de@[62.245.161.129]) (envelope-sender ) by samael.qmail-ldap.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 30 Jul 2007 18:39:32 -0000 Message-ID: <46AE31BD.1010201@kuehlbox.de> Date: Mon, 30 Jul 2007 20:45:17 +0200 From: Teufel User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: ticso@cicely.de References: <46AE28C2.7090700@kuehlbox.de> <20070730182825.GR564@cicely12.cicely.de> In-Reply-To: <20070730182825.GR564@cicely12.cicely.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 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:39:34 -0000 Bernd Walter wrote: > 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 > ok, this did the job. Basically simple, but is it supposed to be that way? If so, I am sorry for the noise. here the output now: # zfs send -i tank2/vol1/vserver@diff tank2/vol1/vserver@diff2 | zfs receive -vdF backup receiving incremental stream of tank2/vol1/vserver@diff2 into backup/vol1/vserver@diff2 received 2.26Mb stream in 5 seconds (464Kb/sec)