<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 08/13/15 10:31, Branden Harper
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKEKjpEdbNiBFRG5Mo7r7b_+5WgwG5kiHp+z9+guL4EABw4bbg@mail.gmail.com"
      type="cite">
      <pre wrap="">I went back through the thread, and I didn't see where you're using the ssh
syntax anywhere.  Maybe I missed it?

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".

rsync -avviiz root@rpitimer::root /home/rsync/RPiTimer  # Calls rsyncd with
profile "root"

rsync -avviiz root@rpitimer:/ <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>home/rsync/RPiTimer<span class="moz-txt-tag">/</span></i>    #Calls ssh with path
/

You can add more -v's to see what commands it's actually running.

</pre>
    </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 :-).<br>
    <br>
    <pre class="moz-signature" cols="72">-- 

        William A. Mahaffey III

 ----------------------------------------------------------------------

        "The M1 Garand is without doubt the finest implement of war
         ever devised by man."
                           -- Gen. George S. Patton Jr.
</pre>
  </body>
</html>