<div dir="ltr"><div class="gmail_quote">
<div dir="ltr">
<div>Dear List,</div>
<div> </div>
<div>the attached patch makes rsync of local folders almost as fast as cp.</div>
<div>when rsync client and server has detected that they are working in local_server mode,</div>
<div>they use local_socket, a unix domain socket pair, to pass the file descriptors of the synced files.</div>
<div>the server uses the file descriptor it receives from the client to fast copy from src to dst file.</div>
<div>on completion of every file fast copy the server ACKs the client back on the local_socket,</div>
<div>that it is ready to receive another file descriptor for fast copy.</div>
<div> </div>
<div>Enjoy,</div>
<div>Amir.</div>
<div> </div></div></div><br></div>