TL;DR:
robocopy <source> <destination> /zb /e /xf *
/!\ Quotes ARE required to use a path name with spaces. The trick is there MUST be a space after the path names before the closing quote...like this: robocopy "C:\Source Path " "C:\Destination Path " /option1 /option2...