copy files and keep security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

I like to moving some user files from one 2003 server to anther 2003 server
and keep their existing security settings. what is the easiest way to do it.
xcopy, what is the other options?
Thanks.
 
In anoni <[email protected]> had this to say:

My reply is at the bottom of your sent message:
hi,

I like to moving some user files from one 2003 server to anther 2003
server and keep their existing security settings. what is the easiest
way to do it. xcopy, what is the other options?
Thanks.

Some stuff for you... I've only seen this tool in use for what you're going
to do.

http://www.winzero.ca/DataClone.htm

Beyond that, this is some light reading:

http://www.microsoft.com/resources/documentation/windowsnt/4/workstation/reskit/en-us/file_sys.mspx

Additionally:

Created Files or folders - Inherit permissions of the folder they are
created in.
Moved or copied files or folders in the same NTFS volume - Keep their own
original permissions.
Moved or copied files or folders in a different NTFS volume - Inherit the
NTFS permissions of the destination folder.
Movement to any FAT volume - All permissions are lost.

Galen
--

"Chance has put in our way a most singular and whimsical problem, and
its solution is its own reward."

Sherlock Holmes
 
anoni said:
hi,

I like to moving some user files from one 2003 server to anther 2003 server
and keep their existing security settings. what is the easiest way to do it.
xcopy, what is the other options?
Thanks.
Hi,

Yes, xcopy.exe and using the /O switch is an option.


The command line tool Robocopy.exe also supports both transferring
of permissions and ownership information.

Robocopy.exe is in the free Windows Server 2003 Resource Kit:

http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en

(The kit will install on WinXP or later, the individual files can
then be copied to another computer if needed)


See rktools.chm and robocopy.doc for documentation for Robocopy.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top