zfs incremental backup - destination has been modified
    Teufel 
    bsd at kuehlbox.de
       
    Mon Jul 30 18:39:34 UTC 2007
    
    
  
Bernd Walter wrote:
> On Mon, Jul 30, 2007 at 08:06:58PM +0200, Teufel wrote:
>   
>> # zfs send -i tank2/vol1/vserver at diff tank2/vol1/vserver at diff2 | zfs 
>> receive -vd backup
>> receiving incremental stream of tank2/vol1/vserver at diff2 into 
>> backup/vol1/vserver at diff2
>> cannot receive: destination has been modified since most recent snapshot
>> cannot send 'tank2/vol1/vserver at 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 at diff tank2/vol1/vserver at diff2 | zfs 
receive -vdF backup
receiving incremental stream of tank2/vol1/vserver at diff2 into 
backup/vol1/vserver at diff2
received 2.26Mb stream in 5 seconds (464Kb/sec)
    
    
More information about the freebsd-current
mailing list