Displaying 1 result from an estimated 1 matches for "oldvmail".
Did you mean:
oldmail
2013 Dec 31
1
Question about rsyncing to a slightly different folder structure on target
...re on the target, I'd rather do that.
I'm incrementally rsync'ing my mailstore from the old server to the new
server, doing testing along the way.
The command I'm currently using is:
rsync -rltgovDHP --delete --delete-excluded --exclude-from
'/path/to/excludes.txt' /mnt/oldvmail/example.com/ /var/vmail/example.com/
On the old server, dovecot is configured to just use
.../example.com/user for the maildirs.
On the target server, I want to change this to .../example.com/user/Maildir
Is there a way to modify the above command, so that rsync automatically
syncs what is cur...