Robocopy Command
It's so strange when I use the robocopy command: robocopy D:\test C:\test /s /copy:dsatou /r:10 /w:30 /zb /np want to copy the test folder,especially including its ACLs, after completed, but I find the ACLs not copy successfully. That's why? I have choose the copy:all, why ACLs are missing No pains, No gains
September 7th, 2012 10:03pm

Check the complete capability and usage of robocopy here: http://technet.microsoft.com/en-us/library/cc733145(WS.10).aspx-Jai
Free Windows Admin Tool Kit Click here and download it now
September 7th, 2012 11:20pm

Check the complete capability and usage of robocopy here: http://technet.microsoft.com/en-us/library/cc733145(WS.10).aspx-Jai
September 7th, 2012 11:24pm

chek out this http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/ac32a91b-6bc2-430e-9a21-820f15a731d4 http://support.microsoft.com/kb/323275http://www.arabitpro.com
Free Windows Admin Tool Kit Click here and download it now
September 8th, 2012 2:04am

chek out this http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/ac32a91b-6bc2-430e-9a21-820f15a731d4 http://support.microsoft.com/kb/323275http://www.arabitpro.com
September 8th, 2012 2:04am

Try the below and see if it copies the ACL? robocopy D:\test C:\test /s /copyall if it works, try: D:\test C:\test /s /copyall /r:10 /w:30 /zb /np Let's see if we can isolate the issue/whether there is a conflict with other parameters. :)Jabez Gan [MVP] - http://www.msblog.org Contributing Author for: (Sybex) MCTS: Windows Server 2008 Applications Infrastructure Configuration Study Guide: Exam 70-643
Free Windows Admin Tool Kit Click here and download it now
September 8th, 2012 5:27am

Really appreciated for your instruction. It really works according to 1st clue. But it still left a strange thing, why the migrated parent folder not be granted the relevant permission, e.g. I wanna migrate the e:\test\1.folders to d:\test\1.folders as well as its subdirectories, the parent folder"test" not obtains right ACLs from the original folder, but its subfolders get it successfully. Command: robocopy <Source> <Destination> /e /sec Ex. robocopy e:\test d:\test /e /sec Finally, I add the ACLs by hands. Thanks.No pains, No gains
September 9th, 2012 11:23am

Hi Kevin! Try to apply the same command, but request the log file to check the result. In your case add the following at the end: /LOG:x:\LogACL.txt Replace x:\LogACL.txt with the path where you want the TXT log.Check the generated log file to see results. Regards! Pablo Ariel Di Loreto IT Consultant This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!
Free Windows Admin Tool Kit Click here and download it now
September 10th, 2012 1:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics