Will Murnane wrote:
> 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

Why ?

Pathname: /usr/bin/nc
Type: regular file
Expected mode: 0555
Expected owner: root
Expected group: bin
Expected file size (bytes): 31428
Expected sum(1) of contents: 5207
Expected last modification: Jun 16 05:58:18 2008
Referenced by the following packages:
         SUNWnetcat
Current status: installed


-- 
Darren J Moffat
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to