Re: Migrate data to new SAN storage
- From: "Jorge de Almeida Pinto [MVP - DS]" <SubstituteThisWithMyFullNameSeparatedByDots@xxxxxxxxx>
- Date: Wed, 16 Jul 2008 08:11:19 +0200
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
.
- References:
- RE: Migrate data to new SAN storage
- From: David Shen [MSFT]
- RE: Migrate data to new SAN storage
- Prev by Date: RE: Migrate data to new SAN storage
- Next by Date: Re: 2003 Server R2 - Network Connections Service fails after dcpromo
- Previous by thread: RE: Migrate data to new SAN storage
- Next by thread: RE: Migrate data to new SAN storage
- Index(es):
Relevant Pages
|