Aug. 15, 2014, 1:21 p.m.
IT

Using Robocopy from Windows NTFS to SMB share

I found that the below command works well to not copy a file if it already exists and is the same / newer from a Windows NTFS folder to a SMB share:

robocopy /mir /copy:DAT /TIMFIX /R:2 /W:2 /FFT <Source Folder> <Target Share>