If you are looking to create an exact duplicate copy of data with Windows Robocopy and want to use the same command to copy delta changes (including deletes from the source). robocopy C:\Source D:\Destination /TEE /MIR /copyall /zb /w:1 /r:2 /xo This command will copy the source folder specified to…