<div dir="ltr">I went back through the thread, and I didn't see where you're using the ssh syntax anywhere. Maybe I missed it?<div><br></div><div>The big differences between rsyncd- and ssh-style transport is A) The number of colons (one for ssh, two for rsync); and B) the path spec: ssh uses absolute and relative paths, while rsync uses "profiles".</div><div><br></div><div><span style="font-size:13px">rsync -avviiz root@rpitimer::root /home/rsync/RPiTimer # Calls rsyncd with profile "root"</span><br></div><div><span style="font-size:13px"><br></span></div><div><span style="font-size:13px">rsync -avviiz root@rpitimer:/ /home/rsync/RPiTimer/ #Calls ssh with path /</span><br></div><div><span style="font-size:13px"><br></span></div><div><span style="font-size:13px">You can add more -v's to see what commands it's actually running.</span></div><div><span style="font-size:13px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 13, 2015 at 9:40 AM, William A. Mahaffey III <span dir="ltr"><<a href="mailto:wam@hiwaay.net" target="_blank">wam@hiwaay.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/13/15 09:36, Branden Harper wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
rsync root@host://local/path/<span class=""><br>
<br>
If it works, you can disable the rsyncd.<br>
</span></blockquote>
<br>
That's what I am doing now (snipped out a few posts ago, but you can go back & verify), so still in the drink. I have sshd running on the RPiB+, w/ rsync invoked from inetd (also running), & the error message is labelled 'inetd_opp_failed' or some such:<br>
<br>
[root@Q6600:/etc, Thu Aug 13, 09:46 AM] 1217 # rsync -avviiz root@rpitimer::root /home/rsync/RPiTimer<span class=""><br>
opening tcp connection to rpitimer port 873<br>
rsync: failed to connect to rpitimer (*inet_ntop failed*): Connection refused (111)<br>
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.8]<br></span>
[root@Q6600:/etc, Thu Aug 13, 09:46 AM] 1217 #<br>
<br>
Could the problem be w/ inetd in some way. Again, nothing in any of the relevant logfiles :-/ ....<span class=""><br>
<br>
-- <br>
<br>
William A. Mahaffey III<br>
<br>
----------------------------------------------------------------------<br>
<br>
"The M1 Garand is without doubt the finest implement of war<br>
ever devised by man."<br>
-- Gen. George S. Patton Jr.<br>
<br></span><span class="">
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br></span>
URL: <<a href="http://lunagroup.us/pipermail/luna/attachments/20150813/4f3cec96/attachment.html" rel="noreferrer" target="_blank">http://lunagroup.us/pipermail/luna/attachments/20150813/4f3cec96/attachment.html</a>><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
LUNA mailing list<br>
<a href="mailto:LUNA@lunagroup.us" target="_blank">LUNA@lunagroup.us</a><br>
<a href="http://lunagroup.us/mailman/listinfo/luna" rel="noreferrer" target="_blank">http://lunagroup.us/mailman/listinfo/luna</a><br>
</div></div></blockquote></div><br></div>