Hallo. I'm trying do "zfs send -R" from a S10 U6 Sparc system to a Solaris 10 U7 Sparc system. The filesystem in question is running version 1.
Here's what I did: $ fs=data/oracle ; snap=transfer.hot-b ; sudo zfs send -R $...@$snap | sudo rsh winds07-bge0 "zfs create rpool/trans/winds00r/${fs%%/*} || : ; zfs recv -u -v -F -d rpool/trans/winds00r/${fs%%/*}" receiving full stream of data/ora...@transfer.initial-hot into rpool/trans/winds00r/data/ora...@transfer.initial-hot received 15.0KB stream in 6 seconds (2.50KB/sec) receiving incremental stream of data/ora...@transfer.hot-b into rpool/trans/winds00r/data/ora...@transfer.hot-b received 312B stream in 3 seconds (104B/sec) receiving full stream of data/oracle/u...@transfer.initial-hot into rpool/trans/winds00r/data/oracle/u...@transfer.initial-hot cannot receive new filesystem stream: invalid backup stream Why did the "send" or "receive" fail with "invalid backup stream"? Is sending from U6 to U7 not supported? Alexander PS: Yes, it's about Solaris 10. There are also a lot of other threads about S10, so it doesn't seem like S10 is out-of-topic here. Additionally, the ZFS "gurus" are to be found here, so this makes this list even more appropriate for such a question, I'd think. But if this question is wrong here, please be so kind and inform me about the right place for such a question. Thanks a lot! _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss