On Thu, Jul 10, 2008 at 12:43, Glaser, David <[EMAIL PROTECTED]> wrote:
> I guess what I was wondering if there was a direct method rather than the 
> overhead of ssh.
On receiving machine:
nc -l 12345 | zfs recv mypool/[EMAIL PROTECTED]
and on sending machine:
zfs send sourcepool/[EMAIL PROTECTED] | nc othermachine.umich.edu 12345
You'll need to build your own netcat, but this is fairly simple.  If
you run into trouble let me know and I'll post an x86 package.
Will
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to