Robocopy - ACL Copy Isue
Hello, I am trying to copy a folder from one server to another using Robocopy in Windows 2008. The security permissions on the folder (ACLs) are not copying properly. Folder Details: Folder #1 on Server A has the following ACLs: Domain Admin -> Full Control, UserX -> Full Control When I use robocopy with the /copyall parameter and copy Folder #1 from Server A to Server B it is missing the "UserX" permissionunder the security tab. The parent folder on Server B does not have inheritance turned on and its security is set to Domain Admin -> Full Control. Why aren't my security/ACLs (namely the permissions ofr USERX)copying properly? Thanks in advance, D
July 25th, 2009 5:00pm
Hello,use the /MIR option.robocopy source destination /MIRBest regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2009 4:16pm
Hello Derek,You may refer to the method in one of my previous thread tocopy the directory from source path to the destination path and conserving the security settings( ACL with all ACEs).Directory copy with all access rights (ACL, ACE)http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/ac32a91b-6bc2-430e-9a21-820f15a731d4Hope it helps.This posting is provided "AS IS" with no warranties, and confers no rights.
July 27th, 2009 11:34am


