Robocopy Windows to NFS shares not working

When we use robocopy '/XO' option from Windows to NFS, it is still copying everything.

This happens when the granularity of the date/time stamp of the two file systems is not the same. One file system might have a granularity of 1 second, the other of 2 seconds.

To Fix it, use the '/FFT' option