Some examples for copying, syncing, or mirroring.
robocopy F:\ H:\ /mir /W:0 /R:0 /LOG:d:/logs/logname.txt /NP
robocopy /b /e /copy:DT /ZB /w:0 /r:0 “D:\Users Shared Folders” “\\server name\folder\Users Shared Folder” /LOG:UserShareFldr.txt /NFL /NDL
robocopy “G:\Folder” “E:\Folder” /MIR /ZB /R:0 /V /FP /LOG:E:\robocopyGtoE.log /TEE
Leave a Reply
You must be logged in to post a comment.