I've been using the --keep-dirlinks feature of 2.6.3pre1. I also use -x (--one-file-system) and --delete-after.
The symlinked directories on the receiver are symlinked to a partition other than the one where the target of the rsync resides (that's the whole point of this nifty --keep-dirlinks feature). I discovered that the symlinked directories are not being processed for deletions. Removing the -x option (which actually isn't needed in this particular case but I had it there from force of habit...) resolved the problem and a --dry-run shows that the files that I knew should have been deleted will now be deleted. So the documentation for --keep-dirlinks should warn that also using -x (--one-file-system) has a side effect where symlinked directories followed by --keep-dirlinks that reside on another file system will not be processed for deletions. -- John Van Essen Univ of MN Alumnus <[EMAIL PROTECTED]> -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html