Difference between revisions of "Robocopy"

From rbachwiki
Jump to navigation Jump to search
(Created page with "==Copy files in powershell using RoboCopy== '''Remote to local''' robocopy "\\192.168.1.1\main\dir" "D:\downloads\folder" /e /r:0 /w:0 /COPY:DAT /DCOPY:DAT /mt:16 ---- Category")
(No difference)

Revision as of 15:38, 18 May 2022

Copy files in powershell using RoboCopy

Remote to local

robocopy "\\192.168.1.1\main\dir" "D:\downloads\folder" /e /r:0 /w:0 /COPY:DAT /DCOPY:DAT /mt:16

Category