Attempting to do a nightly run of robocopy while we transfer over to a new file server. We've a load of extra files with an offline attribute on the destination, which are files archived by Enterprise Vault which we moved in advance, and so these must not be touched.
If I do robocopy source destination /MIR /XA:O, all these files still get deleted. Shouldn't the exclude switch apply to files on the destination as well as the source?