Hi all,
Ok, since 3.1 still isn't in stable, I'm curious if I can just find the
equivalent of:
rsync -avHP --delete --exclude-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/*
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html