I want to use robocopy /xo to isolate only newly modified files. After they are copied to the destination folder, I want to copy the files that were just copied to an empty folder.
I have already set up robocopy with maxage to try to catch files changed since yesterday (this repeats on the half hour) but I end up re-copying the same files even if they haven't changed. This is why I moved to the /xo switch. I understand the destination folder will have to have all the contents of the original directory in order to compare. However, I want whatever files are new to also be copied to a blank folder.