zfs send/recv invalid data

Ryan Stone rysto32 at gmail.com
Thu Mar 7 19:36:13 UTC 2013


If you were to try zfs send blahblah... | ssh server sh -c 'cat >
/tmp/zfs.test'

And then on a server did a zfs recv < /tmp/zfs.test, does that work?  That
would narrow the problem down to ssh mangling the data or zfs recv not
properly reading from the pipe, I think.


More information about the freebsd-fs mailing list