We have a new Windows 2008 server and want to transfer over our old files. Tried using Robocopy with /E /SEC /COPYALL, but did not do anything, RichCopy copies the files between the computers but does not maintain the permissions. Any ideas?
We have a new Windows 2008 server and want to transfer over our old files. Tried using Robocopy with /E /SEC /COPYALL, but did not do anything, RichCopy copies the files between the computers but does not maintain the permissions. Any ideas?
Run the copy from the destination.
Maybe just the wrong order in your command line? Here's a working example from a batch file:
Edit: Wikipedia has some examples and explanations of switches available here (probably where my co-worker sourced his batch file examples from too).
The answer is: We did the RoboCopy from the old server.. yet it was still too slow. Permissions had something to do with it despite the fact that we were logging in with Domain Administrator. In the end we will probably use backup exec for this massive transition. Thanks all.