Backups using Robocopy
In order to copy a source folder to a destination folder and only copy if the file is newer than what's already on the destination folder:
c:> robocopy c:\xm e:\xm /e /xo /R:5 /W:15