Tuesday 2 February 2016

Copy folder from one location to another and keep the same permissions.

Purpose:
Copy folder from one location to another and keep the same permissions.

The folder you copy cannot have inherit from root permissions on ,
otherwise the permissions won't copy.

Next open command prompt and enter the following.

ROBOCOPY "C:\LocationOfFolder\examplefolder" "C:\DestinationOfFolder\folder\examplefolder" /E /Copy:S /IS /IT



No comments:

Post a Comment