Could I trouble you for the x86 package? I don't seem to have much in the way 
of software on this try-n-buy system...

Thanks,
Dave


-----Original Message-----
From: Will Murnane [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2008 12:58 PM
To: Glaser, David
Cc: zfs-discuss@opensolaris.org
Subject: Re: [zfs-discuss] ZFS send/receive questions

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