<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    Ok, since 3.1 still isn't in stable, I'm curious if I can just find
    the equivalent of:<br>
    <br>
    rsync -avHP --delete --exclude-from '/home/user/excludes.txt'
    /mnt/example.com/ /var/vmail/example.com/<br>
    <br>
    But that will ignore differences in permissions - ie, won't recopy
    everything, just because the permissions on the source are different
    from the permissions on the target...<br>
    <br>
    So, would this just be:<br>
    <br>
    rsync -rltgovDHP --delete --exclude-from '/home/user/excludes.txt'
    /mnt/example.com/ /var/vmail/example.com/<br>
    <br>
    ?<br>
    <br>
    Thanks,<br>
    <br>
    <div class="moz-signature">-- <br>
      <br>
      Best regards,<br>
      <br>
      <b><i>Charles</i></b><br>
    </div>
  </body>
</html>