Date: Mon, 22 Sep 2014 18:33:48 -0700 From: John Terrell <john.terrell@gmail.com> To: freebsd-fs@freebsd.org Subject: zfs-send/receive between FreeBSD10 and SmartOS (Illumos) fails. Message-ID: <37BD986A-9B05-4CE8-9D55-CAB4B2713D9D@gmail.com>
next in thread | raw e-mail | index | archive | help
Hello all, I'm trying to replicate one of the ZFS filesystems that lives = on my FreeBSD 10 NAS to a SmartOS (Illumos based) server. The transfer = dies at about the 1.7TB (of almost 4TB) mark indicating: "cannot receive incremental stream: invalid backup stream"=20 The stream being sent is not incremental so I'm not sure what the = receiver is trying to do. Here's the command I'm using to transfer = (executed on the SmartOS machine): ssh root@fbsd10 zfs send -v -R tank@daily20140920 | zfs receive -v tank I've also tried to use mbuffer as the transport interface (removing SSH = from the equation) and it has the same result. Is the possibly an incompatibility between FreeBSD10 and SmartOS ZFS = implementations?=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37BD986A-9B05-4CE8-9D55-CAB4B2713D9D>