Copying files with permissions

copyingrobocopywindows-server-2003windows-server-2008

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?

Best Answer

  • Maybe the user that run the command don't have permission on the destination server to create the files with the permissions needed.
  • Make sure that the root directory at the destination is not configure to inherit its permission to new files.
  • Maybe there are permissions/ownership in the source for local users. So they don't exist on the destination directory.

Run the copy from the destination.