<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    Ok, if this isn't possible with some kind of wildcard, I can adjust
    the target manually, but if I can just modify the command to allow
    for the different folder structure on the target, I'd rather do
    that.<br>
    <br>
    I'm incrementally rsync'ing my mailstore from the old server to the
    new server, doing testing along the way.<br>
    <br>
    The command I'm currently using is:<br>
    <br>
    rsync -rltgovDHP --delete --delete-excluded --exclude-from
    '/path/to/excludes.txt' /mnt/oldvmail/example.com/
    /var/vmail/example.com/<br>
    <br>
    On the old server, dovecot is configured to just use
    .../example.com/user for the maildirs.<br>
    <br>
    On the target server, I want to change this to
    .../example.com/user/Maildir<br>
    <br>
    Is there a way to modify the above command, so that rsync
    automatically syncs what is currently in .../example.com/user to
    .../example.com/user/Maildir using wildcards or something?<br>
    <br>
    Thanks<br>
    <br>
    <div class="moz-signature">-- <br>
      <br>
      Best regards,<br>
      <br>
      <b><i>Charles</i></b></div>
  </body>
</html>