James Andrewartha wrote:
> On Thu, 2008-01-17 at 09:29 -0800, Richard Elling wrote:
>> You don't say which version of ZFS you are running, but what you
>> want is the -R option for zfs send.  See also the example of send
>> usage in the zfs(1m) man page.
> 
> Sorry, I'm running SXCE nv75. I can't see any mention of send -R in the
> man page. Ah, it's PSARC/2007/574 and nv77. I'm not convinced it'll
> solve my problem (sending the root filesystem of a pool), but I'll
> upgrade and give it a shot.

It did in fact do exactly what I wanted. For the record, here are the 
commands I used:
zfs snapshot -r [EMAIL PROTECTED]
zfs send -R [EMAIL PROTECTED] | ssh musundo "zfs recv -vFd space"

And later, to catch up further changes:
zfs snapshot -r [EMAIL PROTECTED]
zfs send -Ri @musundo [EMAIL PROTECTED] | ssh musundo "zfs recv -vFd space"

In both cases the -F was necessary.

-- 
James Andrewartha
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to