RE: moving shares
From: Feng Mao (fengmao_at_online.microsoft.com)
Date: 08/13/04
- Next message: Bob Qin [MSFT]: "RE: Win2K3 PDC not acting as time server"
- Previous message: Feng Mao: "RE: ADMT 2.0 Migrate Workstations"
- In reply to: WB: "moving shares"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Aug 2004 08:04:17 GMT
Hi,
Thank you for posting!
According to my understanding, we can divide your requests to two different
steps:
Step 1: Copy files between servers and keep the permissions intact.
You can use the XCOPY command which is built into Windows 2000 to copy
files with permissions intact. The exact syntax is:
XCOPY <source> <destination> /O /X
The "/O" switch copies with ownership and permissions and the "/X" switch
copies audit settings.
If you wish to move an entire directory structure, your syntax would be:
XCOPY <source directory> <destination> /E /O /X
In all cases the "/X" switch is optional and only needs to used if you wish
to retain file auditing settings.
2. Move shares between servers
This can be done with an export/import of the registry keys that are
specific to the shares. In a situation where there are many users, this may
be a lot of work to sort out 100+ specific keys to export and then import
on the target server. This is fully documented in the KnowledgeBase article
125996 Saving and restoring existing Windows shares
http://support.microsoft.com/?id=125996
I hope this answers your questions.
Have a good day!
Thanks & Regards,
Feng Mao [MSFT], MCSE
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "WB" <WB@yesican.com>
| Subject: moving shares
| Date: Thu, 12 Aug 2004 19:05:26 +0100
| Lines: 7
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#bZPvbJgEHA.3612@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.windows.server.migration
| NNTP-Posting-Host: 82-35-65-98.cable.ubr01.dals.blueyonder.co.uk
82.35.65.98
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.windows.server.migration:13010
| X-Tomcat-NG: microsoft.public.windows.server.migration
|
| Does anyone know of a tool which can be used to move shared folders from
one
| 2000
| server to another 2000 server without losing security and share
permissions
|
| w
|
|
|
- Next message: Bob Qin [MSFT]: "RE: Win2K3 PDC not acting as time server"
- Previous message: Feng Mao: "RE: ADMT 2.0 Migrate Workstations"
- In reply to: WB: "moving shares"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|