search for: rltgovdhp

Displaying 4 results from an estimated 4 matches for "rltgovdhp".

2013 Dec 22
3
Ignoring permission differences...
...ude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ 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... So, would this just be: rsync -rltgovDHP --delete --exclude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ ? Thanks, -- Best regards, */Charles/* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20131222/e0e130e6/...
2013 Dec 24
4
Thunderbird message cache out of sync after repetitive rsyncs...
...he mail server switch, but have a problem that I really want to fox before doing so. Apparently something causes Thunderbirds local message cache to get out of sync with dovecot after a sync. Here is the series of commands I'm running: 1. stop postfix, stop dovecot on new server 2. rsync -rltgovDHP --delete --exclude-from 'excludes.txt' /path/to/vmail/example.com/ /var/vmail/example.com/ 3. chown vmail:vmail /var/vmail 4. start dovecot, start postfix ls -al /var/vmail/example.com/user/cur shows all of the messages that should be there, and all perms are correct. Go to my account...
2013 Dec 31
1
Question about rsyncing to a slightly different folder structure on 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. 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 I...
2013 Dec 27
2
Server Migration Attempt - new messages DELETED after secondary rsyncs
...-n outputs at end of this message *** Could the different namespaces, or differing dovecot versions cause this? Current /snapshot/ being used was taken at about 3:48am this morning rsync command (dovecot is STOPPED before performing, source is the latest snapshot of the active server): rsync -rltgovDHP --delete --delete-excluded --exclude-from '/path/to/excludes.txt' /snapshot/.../vmail/example.com/user/ /.../vmail/example.com/user/ I'm only syncing the one user until I get this problem resolved as it is faster. excludes.txt contains only (just to eliminate these which are still...