<div dir="ltr">if you generated an ssh key on the q6600, there is a script out there called ssh-copy-id that you can use to put the public key in place<div><br></div><div>ssh-copy-id root@rpitimer</div><div><br></div><div>Just follow the prompts.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 13, 2015 at 11:00 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"><span class="">On 08/13/15 10:31, Branden Harper wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
I went back through the thread, and I didn't see where you're using the ssh<br>
syntax anywhere.  Maybe I missed it?<br>
<br>
The big differences between rsyncd- and ssh-style transport is A) The<br>
number of colons (one for ssh, two for rsync); and B) the path spec: ssh<br>
uses absolute and relative paths, while rsync uses "profiles".<br>
<br>
rsync -avviiz root@rpitimer::root /home/rsync/RPiTimer  # Calls rsyncd with<br>
profile "root"<br>
<br></span>
rsync -avviiz root@rpitimer://home/rsync/RPiTimer/     #Calls ssh with path<span class=""><br>
/<br>
<br>
You can add more -v's to see what commands it's actually running.<br>
<br>
</span></blockquote>
<br>
*Booooyah* !!!! I just tried the 'single :' invocation & it is working :-). *Hoooooray* !!!! However, it did prompt for a passwd, even though I configured it to allow root access from the Q6600 (& tested it then, it worked) this A.M. I think that will interfere w/ automated backups, which I am *ANAL* about, I will test that when this 1st backup gets done & see how that goes. Thanks for all the help :-).<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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br></span>
URL: <<a href="http://lunagroup.us/pipermail/luna/attachments/20150813/e500fe9b/attachment.html" rel="noreferrer" target="_blank">http://lunagroup.us/pipermail/luna/attachments/20150813/e500fe9b/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>