Sorry for the misunderstandings.<br>I should have point out that rsync means the file-copying tool, not the protocol. <br><br>There are two different ways for rsync to contact a remote system: <br>using a remote-shell program as the transport (such as ssh or rsh) or <br>

contacting  an  rsync daemon directly via TCP.<br><br>Now nova uses the first way.<br>       Access via remote shell:<br>         Push: rsync [OPTION...] SRC... [USER@]HOST:DEST<br><br>My blueprint uses the later one.<br>

       Access via rsync daemon:<br>          Push:rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST<br><br><br><br><div class="gmail_quote">2012/10/25 Eric Windisch <span dir="ltr"><<a href="mailto:eric@cloudscaling.com" target="_blank">eric@cloudscaling.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
                <div><br></div>
                 
                <p style="color:#a0a0a8">On Wednesday, October 24, 2012 at 12:48 PM, Mandell Degerness wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px">
                    <span><div><div><div>On Wed, Oct 24, 2012 at 6:50 AM, Adam Young <<a href="mailto:ayoung@redhat.com" target="_blank">ayoung@redhat.com</a>> wrote:</div><blockquote type="cite"><div>On 10/24/2012 09:13 AM, Mandell Degerness wrote:</div>

</blockquote><div><br></div><blockquote type="cite"><div><div><br></div><div>rsync over ssh.  He specifically mentions using passwordless ssh.  rsync is</div><div>a binary as well as a line protocol, and here it is specifically using ssh</div>

<div>for the file transfer.</div></div></blockquote><div>That's what I get for responding to email before my morning coffee.  I</div><div>completely mis-read that.</div><div><br></div><div></div></div></div></span></blockquote>

<div>
                    <br>
                </div></div><div>If it makes you feel better, I'm still misreading it in the same fashion.</div><div><br></div><div>Ivan, can you clarify this for us?</div><div><br></div><div>Regards,</div><div>Eric Windisch</div>


            <br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Best,<br><br>Ivan<br><br>