robocopy


copy sourcepath to destpath recursively (/e), log to x:\logs.log.txt (/log), allow resuming large files (/z), and use 16 threads (/mt)

  robocopy [sourcepath] [destpath] /tee /log:x:\logs\log.txt /z /e /mt:16


Revision #1
Created 2026-04-27 07:31:43 UTC by Viv Lim
Updated 2026-04-27 07:31:48 UTC by Viv Lim