Quick Thoughts

Robocopy Command to Retain All Permissions

Here’s the command I typically use when I want to retain all permissions, ownership and timestamps of the entire folder structure and data:

robocopy source destination /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG:Robocopy.log

Here’s what the switches mean: