Alexander Skwar
2009-Jul-10 12:22 UTC
[zfs-discuss] cannot receive new filesystem stream: invalid backup stream
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 $fs@$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/oracle at transfer.initial-hot into
rpool/trans/winds00r/data/oracle at transfer.initial-hot
received 15.0KB stream in 6 seconds (2.50KB/sec)
receiving incremental stream of data/oracle at transfer.hot-b into
rpool/trans/winds00r/data/oracle at transfer.hot-b
received 312B stream in 3 seconds (104B/sec)
receiving full stream of data/oracle/u03 at transfer.initial-hot into
rpool/trans/winds00r/data/oracle/u03 at 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!
Ian Collins
2009-Jul-10 20:24 UTC
[zfs-discuss] cannot receive new filesystem stream: invalid backup stream
Alexander Skwar wrote:> 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 $fs@$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/oracle at transfer.initial-hot into > rpool/trans/winds00r/data/oracle at transfer.initial-hot > received 15.0KB stream in 6 seconds (2.50KB/sec) > receiving incremental stream of data/oracle at transfer.hot-b into > rpool/trans/winds00r/data/oracle at transfer.hot-b > received 312B stream in 3 seconds (104B/sec) > receiving full stream of data/oracle/u03 at transfer.initial-hot into > rpool/trans/winds00r/data/oracle/u03 at 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? > >It is supported, but I don''t think -R is supported with a version 1 filesystem. -- Ian.