Robocopy Notes

From Michael's Information Zone
Jump to navigation Jump to search

Copy over the network

robocopy <source> <destination> /E /TIMFIX /R:5 /W:1 /Z /MT
  • Add new files and delete ones that no longer exist, also copy permissions.
robocopy <source> <destination> /MIR /TIMFIX /SEC /R:5 /W:1 /Z /MT