How do you do....it? Thread, Robocopy help in Technical; I need to move a ton of folders from one server to another server with as little after work as ...
-
21st February 2012, 10:24 AM #1 Robocopy help
I need to move a ton of folders from one server to another server with as little after work as poss.
I have found these 2 commands but wanted you advice first.
Create empty shared folders on the new machine. Turn off inheritance of permissions to contained folders and files. Use ROBOCOPY with the option /COPY
ATSO to move all folders and files from the old shares to the new shares, preserving: Data content File Attributes Timestamps NTFS ACLs Ownership easyest to use is robocopy: robocopy /mir /sec "\\oldserver\d$" "\\newserver\d$" This way security gets copied to The first option looks like I would need to create all the shares first which I don't really want to do.
-
-
IDG Tech News
-
21st February 2012, 11:42 AM #2 Robocopy will do the trick but you'll need a folder accessible remotely on the other server.
-
-
21st February 2012, 11:47 AM #3 Have you looked at this - Download: File Server Migration Toolkit - Microsoft Download Center - Download Details
Moves everything nice and easy works a treat and all in a gui.
-
-
21st February 2012, 12:15 PM #4 @FN-GM
Just read the migration toolkit whitepaper. Looks very ott or is it just MS making things look more complicated than they are?
@cpjitservices
What switches would you recommend if I use Robocopy?
Cheers
-
-
21st February 2012, 12:28 PM #5
- Rep Power
- 10
The switches are completely upto you
this site provides good detail Robocopy
As an example we use this one quite often
"Robocopy "\\sourceservername\sourcesharename" "\\destinationservername\destinationsharename" /E /Z /XD (any exluded folders) /SEC /XO /R:0 /W:0 /TEE /LOG+:"copy.log"
-
-
21st February 2012, 10:27 PM #6
Just read the migration toolkit whitepaper. Looks very ott or is it just MS making things look more complicated than they are?
They have gone of the top with the whitepaper. Trust me its easy
-
-
22nd February 2012, 11:58 AM #7 Does the migration toolkit work on domain servers, something in the white paper mentions DFS root server cannot be a domain controller.
-
-
22nd February 2012, 12:32 PM #8 
Originally Posted by
edutech4schools
Does the migration toolkit work on domain servers, something in the white paper mentions DFS root server cannot be a domain controller.
Yep it will work
-
-
22nd February 2012, 02:48 PM #9 Am I right in thinking you run the toolkit from the destination server rather than the server I will copy the data from?
-
-
22nd February 2012, 06:35 PM #10 Off hand I cant remember as I rarely have to touch the program.... I'll have a look on the server tomorrow
-
-
26th February 2012, 12:08 PM #11 Just tried to use Robocopy but got a 'the filename, directory name or syntax is incorrect using the following:
"Robocopy "\\server1\Multimedia$" "\\server2\Multimedia$" /E /Z /SEC /R:2 /W:30 /TEE /LOG+:"copy.log"
Cant be the file or folder name so must be a syntax issue.
I also assume it does not matter which server I am running this from as long as the first server/share is the source.
-
-
26th February 2012, 12:16 PM #12 Try this
Code:
Robocopy "\\server1\Multimedia$" "\\server2\Multimedia$" /E /Z /SEC /R:2 /W:30 /TEE /LOG+:c:\copy.log
What OS are you running? If its Server 2003 you will need this installing - http://www.microsoft.com/download/en...ng=en&id=15326
-
SHARE: 
Similar Threads
-
By FN-GM in forum Windows Server 2008 R2
Replies: 8
Last Post: 8th June 2011, 07:26 PM
-
By bodminman in forum How do you do....it?
Replies: 4
Last Post: 20th January 2011, 08:22 PM
-
By Jobos in forum Windows
Replies: 1
Last Post: 19th November 2008, 04:19 PM
-
Replies: 2
Last Post: 11th July 2008, 11:06 AM
-
By soze in forum How do you do....it?
Replies: 15
Last Post: 2nd June 2008, 02:42 PM
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