Hi
I need to move student files to another server, how can I copy them to another server and retain NTFS permissions?
Thanks
Stuart
Hi
I need to move student files to another server, how can I copy them to another server and retain NTFS permissions?
Thanks
Stuart

Robocopy.
Thanks, where can I get this from?

tech-man (28th July 2008)

xcopy, which is already included.

I found xcopy limiting, moved from that to xxcopy, and then onto Robocopy.
Does the job. Takes ages though. :PCode:robocopy \\server1\share \\server2\share /MIR /SEC
tech-man (28th July 2008)
I did robocopy o:\ednet o:\ednet /E /COPYALL is that ok?
Stuart
Yep, the only difference between what I use and that is that it wont remove files that exist on the destination that do not exist on the source.

If you like a GUI you might find this easier to use - http://www.microsoft.com/downloads/d...DisplayLang=en
tech-man (28th July 2008)
There are currently 1 users browsing this thread. (0 members and 1 guests)