Richard,

On 19 Jul 2010, at 18:49, Richard Jahnel wrote:

I heard of some folks using netcat.
I haven't figured out where to get netcat nor the syntax for using it yet.


I also did a bit of research into using netcat and found this...

http://www.mail-archive.com/storage-disc...@opensolaris.org/msg05920.html

sourcehost:
zfs send | netcat $remotehost $remoteport

desthost:
netcat -l -p $myport | zfs receive
Hope that helps,

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

Reply via email to