Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2007 20:45:17 +0200
From:      Teufel <bsd@kuehlbox.de>
To:        ticso@cicely.de
Cc:        current@freebsd.org
Subject:   Re: zfs incremental backup - destination has been modified
Message-ID:  <46AE31BD.1010201@kuehlbox.de>
In-Reply-To: <20070730182825.GR564@cicely12.cicely.de>
References:  <46AE28C2.7090700@kuehlbox.de> <20070730182825.GR564@cicely12.cicely.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46AE31BD.1010201>