I am trying to copy data between 2 GFS shares using a Windows server 2012 box as a pass through. Since Daylight Saving Time change. i noticed the files had a time difference of 1 hour on the source and destination. When i try to use the /DST switch i get a return that says invalid parameter. Any ideas on how to resolve?
Robocopy command:
robocopy Source Destination /E /ZB /FFT /DST /COPY:DAT /TEE /R:0 /W:0 /LOG:c:\Install\Batch\Logs\Data1.txt
output:
Started : Thu Nov 05 19:41:25 2020
Source - Source
Dest - Destination
Files :
Options : /FFT /S /E /COPY:DAT /ZB /R:1000000 /W:30
ERROR : Invalid Parameter #6 : "/DST"
Simple Usage :: ROBOCOPY source destination /MIR
source :: Source Directory (drive:\path or \\server\share\path).
destination :: Destination Dir (drive:\path or \\server\share\path).
/MIR :: Mirror a complete directory tree.
For more usage information run ROBOCOPY /? or read Robocopy.Doc.
NOTE: Read "True Replication" in Robocopy.Doc prior to first use of /MIR !
*** /MIR can DELETE files as well as copy them !
Thank you,