Changing on Windows 7 and doing some new comparisons for synchronizing user profiles, I came over the following:
I use absolute pathes for excluding folders, like: "\Admin\Appdata\*".
First error: When opening the multiline editor for editing the pathes, all leading '\' are removed. It's only possible to have them in the one-line-editing-mode. Minor error, though a little bit annoying.
Second error: Exclusions are only applied on existing source pathes. That means, excluding like above with source "\\PCFRST\Users\" and target "\\PC2SCND\Users\" will exclude all folders matching "\\PCFRST\Users\Admin\Appdata\*" from comparison. But, for example, if you have a folder "\\PCSCND\Users\Admin\Appdata\foo" with no corresponding "\\PCFRST\Users\Admin\Appdata\foo" this will show up in comparison, though it shouldn't, as it is excluded. Same happens, when the whole path doesn't exist, so if there is no "\\PCFRST\Users\Admin\Appdata", but a "\\PCSCND\Users\Admin\Appdata", it will be compared.
Works (resp. doesn't work) with absolute absolute

Serious error I think, as if something is excluded, it should be excluded even if it ist not there. Or is there any reason for this behaviour?
Kind regards
calvini