SyntaxFix
Write A Post
Hire A Developer
Questions
Looks like /e option is what you need, it'll skip same files/directories.
/e
robocopy c:\data c:\backup /e
If you run the command twice, you'll see the second round is much faster since it skips a lot of things.