Julius Roberts wrote: >>> How do i compile mbuffer for our system, > > Thanks to Mike Futerko for help with the compile, i now have it installed OK. > >>> and what syntax to i use to invoke it within the zfs send recv? > > Still looking for answers to this one? Any example syntax, gotchas > etc would be much appreciated. >
First start the receive side, then the sender side: receiver> mbuffer -s 128k -m 200M -I sender:8000 | zfs receive filesystem sender> zfs send pool/filesystem | mbuffer -s 128k -m 200M -O receiver:8000 Of course, you should adjust the hostnames accordingly, and set the mbuffer buffer size to a value that fits your needs (option -m). BTW: I've just released a new version of mbuffer which defaults to TCP buffer size of 1M, which can be adjusted with option --tcpbuffer. Cheers, Thomas _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss