Moving Folder Permissions Question

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Guest
Hello,
We have a Windows 2003 server and have many network shares setup with
permissions set on each. If I copy the folders to a new server or even
another drive on my current server all folder permissions and securtiy
settings reset. Is there a way to copy these folders and keep the
permissions in tact?
Thanks,
Tom
 
Re: Moving Folder Permissions Question

You can use robocopy or FSMT to transfer data without losing the security settings. This post may help,

Transfer data without losing ...Transfer data without losing sharing and permissions ... Q: We are planning to transfer data from windows 2000 server to windows 2003. ...
www.chicagotech.net/netforums/viewtopic.php?p=2492&sid=8b021bfbe12b9a935b3681e9cd8d9387


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Tom" <Tom@discussions.microsoft.com> wrote in message news:D01682D1-C038-46CB-9CE3-1321E16948C4@microsoft.com...
Hello,
We have a Windows 2003 server and have many network shares setup with
permissions set on each. If I copy the folders to a new server or even
another drive on my current server all folder permissions and securtiy
settings reset. Is there a way to copy these folders and keep the
permissions in tact?
Thanks,
Tom
 
Re: Moving Folder Permissions Question


"Tom" <Tom@discussions.microsoft.com> wrote in message
news:D01682D1-C038-46CB-9CE3-1321E16948C4@microsoft.com...
> Hello,
> We have a Windows 2003 server and have many network shares setup with
> permissions set on each. If I copy the folders to a new server or even
> another drive on my current server all folder permissions and securtiy
> settings reset. Is there a way to copy these folders and keep the
> permissions in tact?
> Thanks,
> Tom


Both xcopy.exe and robocopy.exe have switches that will
copy the security information.
 
Back
Top