
When in doubt add a /l to the end of your command and see what happens.

This will let you know that things are doing what you want, or deleting things you down want (Mirroring) Z Copies files in restartable mode (that is, restarts the copy process from the point of failure). E Copies all subdirectories including empty ones.
#Emcopy restartable mode full
When in doubt add a /l to the end of your command and see what happens. Hopefully the source and destination are self explanatory, although they do need to be the full path of where the files are. Tee it off so you can see it, and log it W: Wait for NO MAN! Waiting doesnt change much either, and is some one going to release a file within 100 seconds? Probably not. R: Retry once, more retires wont change anything unless you are running on production hours Z: Network robust copy for drops ( Gunna slow things down) B: Usebackup mode if you dont meet ACL's Source can consist of a drive letter and colon, a directory name, a file name, or a combination of these. Specifies the location from which you want to copy a file or set of files. XO: Only copy things that have changed on the source Copies networked files in restartable mode. Robocopy source dest /copy:DATSO /S /E /XO /B /Z /R:1 /W:0 /V /TEE Log Fileĭest/copyall OR Copy:DATSO: I would go DATSO you wont need the auditing info, but if you do COPYALL is better fit then mirroring. V : Produce Verbose output log, showing skipped files.

of threads to use (1-128) # default = 8 threads, not compatible with /IPG and /EFSRAW The use of /LOG is recommended for better performance.

SEC : Copy files with SECurity (equivalent to /COPY:DATS). ZB : Use restartable mode if access denied use Backup mode.
#Emcopy restartable mode plus
MIR : MIRror a directory tree - equivalent to /PURGE plus all subfolders (/E) as: if size > 0 bytes, then migrate The EMCopy-based migration is not policy-based. ROBOCOPY \\sourceserver\H$ H:\ /MIR /ZB /SEC /R:10 /W:10 /MT:10 /V /TEE /LOG:C:\Robocopy.log If a CTA fails, import the most recent backup into a new CTA.
