Here, NTUSER.DAT is different between the 2 different files. As if they're not overriden as they're supposed to.
The statement I use is this
robocopy "D:\Users\TeguhProg" "C:\Users\TeguhProg" /e /xo /w:1 /r:1
This should override files that are different right?
Update: It seems that robocopy doesn't overwrite NEWER files. What about if I want robocopy to overwrite ALL files except those with the same size and exact same date?
robocopy
to overwrite ALL files except those with the same size and exact same date?" - That's the default behaviour