Windows Server 2008 R2 Thread, Copy User Shares from 2003 to 2008R2 in Technical; I need to copy all the user home folders we have from a Windows2003 server to a new 2008R2 box ...
-
17th December 2012, 12:32 PM #1 Copy User Shares from 2003 to 2008R2
I need to copy all the user home folders we have from a Windows2003 server to a new 2008R2 box but I need to do it and keep and the shares & permissions. I've used Robocopy before to keep permissions, but I've never done it for shares. Any suggestions on how I can do it please?
-
-
IDG Tech News
-
17th December 2012, 12:50 PM #2 Robocopy can copy the files fine, but I think you'll have to recreate the shares themselves. You could also use DFS-R, setting both the old and new servers as replication members for the same shares. Given time, all the file will sync across, and you can just turn off the old server as a member. Again, sill need to actual shares setting up. I don't know of any way of actually copying the share and sharing permissions - are they very complex?
-
Thanks to 3s-gtech from:
penfold (17th December 2012)
-
17th December 2012, 12:51 PM #3 When we did this move, we backed up to 2003 and recovered from backup to 2008... You get the permissions back this way.
-
Thanks to elsiegee40 from:
penfold (17th December 2012)
-
17th December 2012, 12:57 PM #4 Or if the files are in the same path you can export the registry key for the shares, just tidy a little to keep the ones you want. Merge it in and restart the server service. Best to remove the system ones (ipc, print etc) before the import.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servic es\LanmanServer\Shares
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servic es\LanmanServer\Shares\Security
-
Thanks to DMcCoy from:
penfold (17th December 2012)
-
17th December 2012, 03:54 PM #5 @DMcCoy - I had read about exportiing the reg keys, but the existing server has home folders spread across 2 physical disks and I want to bring them all under 1 disk on the new server so wasn't sure if it would be possible without having to modify the reg keys.
-
-
17th December 2012, 06:46 PM #6 How are the shares setup? Typically, the way to set them up is to allow everyone RW on the share, and control it at the file permissions level. How I would set it up is like this:
Code:
-StaffFolders
+TeacherA
+TeacherB
+TeacherC On the top level directory StaffFolders, share it with RW access to everyone and only give file level access to administrators. Finally, at the teacher name level, give the teacher modify access to the folder and contents. Teachers can be mapped to their specific folder by \\server\StaffFolders\TeacherName. Now you only have one share to deal with and permissions can be copied over by robocopy. Since staff doesn't have file level read access on the top level they can't browse higher than their own home folder.
Last edited by Duke5A; 17th December 2012 at 06:49 PM.
-
Thanks to Duke5A from:
penfold (19th December 2012)
SHARE: 
Similar Threads
-
By fawadraza12 in forum Windows Server 2008 R2
Replies: 0
Last Post: 13th December 2012, 10:13 AM
-
By Jamo in forum Windows Server 2008 R2
Replies: 2
Last Post: 11th July 2011, 02:06 PM
-
By itgeek in forum Scripts
Replies: 11
Last Post: 1st December 2009, 02:38 PM
-
By techie08 in forum Windows Server 2008 R2
Replies: 4
Last Post: 17th November 2009, 01:57 PM
-
By garethedmondson in forum Windows Server 2008
Replies: 4
Last Post: 30th October 2009, 07:34 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules