Re: Migrate data to new SAN storage



if doing a copy, with ROBOCOPY it does not copy over what already has been copied in a previous run (assuming the correct switches here). Sometimes you need to do multiple runs because the file copy stops, or the source is updated, etc

--

Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)

# Jorge de Almeida Pinto # MVP Identity & Access - Directory Services #

BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* How to ask a question --> http://support.microsoft.com/?id=555375
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test ANY suggestion in a test environment before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
"David Shen [MSFT]" <v-dashen@xxxxxxxxxxxxxxxxxxxx> wrote in message news:wDwBeNv5IHA.4056@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello Steve,

Thanks for the reply. According to the description, my understanding of the
further question is that: you want to know what is the best method to
perform file copy the files and folders from drive U: to drive X: while
keeping all the permissions.

Based on the research, "Drag and Drog" cannot preserve the permission
settings. I would like to suggest that you use the "robocopy" utility to
copy files and folders from drive U: to drive X: and it can preserve the
NTFS permission.

Here is an example just for your reference.

Example:
=============

Ex. "robocopy U: X: /e /sec"

/e: Copies subdirectories. Note that this option includes empty directories.

/sec: Copies files with security

Please ensure the local credential that you logon has the permission to
read source directory and the create files on the target.

For more reference, please refer to:

Robocopy
http://technet2.microsoft.com/windowsserver2008/en/library/d4c6e8e9-fcb3-4a4
a-9d04-2d8c367b63541033.mspx?mfr=true

Source of Robocopy:
=====================

1. For Windows Server 2003 operation system, we need to install the Windows
Server 2003 Resource Kit Tools, which includes the robocopy utility.

You may download the Windows Server 2003 Resource Kit Tools from the link
http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-
96ee-b18c4790cffd&displaylang=en

2. For Windows Server 2008 operation system, the robocopy utility is
already built in the system, we may run it in the command prompt directly.

Hope this information will be helpful.

David Shen
Microsoft Online Partner Support


.



Relevant Pages

  • RE: Robocopy XP026 and permission problems
    ... you find that the ACL of the file cannot be ... retained when you use the robocopy version XP026 to copy the file. ... Include these with entries explicitly defined here." ... and then click Copy to copy the permission ...
    (microsoft.public.windows.server.general)
  • RE: Robocopy XP026 and permission problems
    ... retained when you use the robocopy version XP026 to copy the file. ... XP026 and later version cannot copy the ACLs with inheritance. ... Include these with entries explicitly defined here." ... and then click Copy to copy the permission ...
    (microsoft.public.windows.server.general)
  • Re: FTP versus Copy
    ... Second Robocopy is for copying directory trees and keeping the files and the permission ... intact. ...
    (microsoft.public.win2000.general)
  • RE: Migrate data to new SAN storage
    ... "Drag and Drog" cannot preserve the permission ... For Windows Server 2003 operation system, we need to install the Windows ... which includes the robocopy utility. ...
    (microsoft.public.windows.server.migration)
  • RE: Local Group Migration on SAN Disk
    ... Robocopy tool is included in the Windows Server 2003 Resource Kit ... Local Group Migration on SAN Disk ...
    (microsoft.public.windows.server.migration)