Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Robocopy Permissions Issues

Status
Not open for further replies.

Bigtm

IS-IT--Management
Nov 2, 2006
52
GB
Hello, I have initiated data transfers from older servers to new File servers using robocopy. Files and Folders structures transfer without any problems. The main concern is that the folder permissions do not seem to migrate across with the data. I used the following command:

robocopy.exe "\\Messiah\staff$" "\\Apollo\staff$" /ZB /R:3 /W:2 /TEE /LOG:robocopy_staff.txt /MIR /XA:SH

Do I need to add anything to get the exact folder permissions to copy across? At present all I get are the default inherited permissions from the new servers.

Kind Regards,
BigTM.
 
You should only need to add the /SEC switch to the command.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top