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)Received on Mon Jul 30 2007 - 16:39:34 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:15 UTC