the destination folder gets renamed to "E My documents" WHY? How to keep that from happening? What arguments can I use to preserve the destination folder name? This only happens when doing robocopy ...
I think you are right. The /MIR option says that /MIR is equivalent to /E and /PURGE, and /PURGE is supposed to "delete dest files/dirs that no longer exist in source". I have no idea why it isn't ...