I'm using robocopy to mirror a shared drive to another location for backups. Nobody has access to the backup location so the files cannot change there.
When running robocopy with the /MIR switch, I noticed that "new" files will get copied to the destination, and "newer" files will overwrite the files in the destination. But I have also noticed a few instances when an "older" file is detected. Does this mean the source file is older than the destination? It would be highly unlikely under my scenario. When an "older" file is detected, how does robocopy handle this?
When running robocopy with the /MIR switch, I noticed that "new" files will get copied to the destination, and "newer" files will overwrite the files in the destination. But I have also noticed a few instances when an "older" file is detected. Does this mean the source file is older than the destination? It would be highly unlikely under my scenario. When an "older" file is detected, how does robocopy handle this?