<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">Norbert Preining wrote:<br>
    </div>
    <blockquote cite="mid:20160713133545.GG10707@logic.at" type="cite">
      <blockquote type="cite">
        <pre wrap="">So what would you recommend, Norbert ?
</pre>
      </blockquote>
      <pre wrap="">
Do we really need to hand-feed you? </pre>
    </blockquote>
    I have never felt it inappropriate to ask someone with more
    experience for their advice.  Rsynch, like all Unix utilities is a
    complete unknown to me, so when told that <br>
    <br>
    <blockquote type="cite">
      <pre wrap="">Don't forget that
        -a
has a very strong meaning, so that 
        -a -L 
in combination probably does not work ...</pre>
    </blockquote>
    I cannot see how it can be wrong to ask the person who wrote that
    (and who clearly understands Rsynch far far better than I ever will)
    what he would recommend.  This is not asking to be spoon-fed; it is
    asking for advice.  "I don't know" is (sadly) one of the most
    under-used phrases in the English language.<br>
    <br>
    <blockquote cite="mid:20160713133545.GG10707@logic.at" type="cite">
      <pre wrap="">What about reading the manual
of rsync. THere it is clearly stated that
        -a equals -rlptgoD
where
        -r      recursive
        -l      copy symlinks as symlinks
        -p      preserve permissions
        -t      preserve modification times
        -g      preserve group
        -o      preserve owner (super-user only)
        -D      same as --devices --specials
        --devices preserve device files (super-user only)
        --specials preserve special files
What makes sense on Windows is - as far as I know, but I really
give not much for testing it - 
        -r
only,

So a simple
        rsync -rL ...
should get you going. You could add -t, if you want.

Norbert
</pre>
    </blockquote>
    Thank you Norbert; I genuinely appreciated your help.<br>
    ** Phil.<br>
    <div class="moz-signature">-- <br>
      <img src="cid:part1.07010603.06040405@Rhul.Ac.Uk"><br>
      Philip Taylor</div>
  </body>
</html>