I’m trying to copy all files that are:
- changed (i.e.: they have a different size in either source or target)
- Newer or older (they have a newer or older timestamp, i.e.: different date modified or date created). ...but without deleting any items in the target directory. By default, Robocopy would “replace” such files instead of just copying them.
This one I tried replaces files, instead of just copying them: Robocopy “Source folder” “Target folder” /E
Any help much appreciated.