Memorise

Robocopy syntex

robocopy “M:\Sourcefolder” “H:\destination” /S /E /COPYALL /ZB /NP /MT:20 /R:3 /W:30 /LOG:”c:\logfolder\failingdrive.log”

Mapp Network drives i.e  Z: then open command prompt as Administrator, modify the drive letter and folder location as per requirement then paste them to command prompt window.

robocopy “C:\Company Files” “Z:\Company Files” /S /E /COPYALL /ZB /NP /R:3 /W:5 /LOG:”c:\companyfile.log”

robocopy “C:\Users Share” “Z:\Users Share” /S /E /COPYALL /ZB /NP /R:3 /W:5 /LOG:”c:\userhome.log”


Categorised as: Microsoft, Server OS


Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.