+ Post New Thread
Results 1 to 12 of 12
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 ...
  1. #1

    Join Date
    Apr 2010
    Location
    20 goto 10
    Posts
    1,367
    Thank Post
    53
    Thanked 117 Times in 97 Posts
    Rep Power
    53

    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 /COPYATSO 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.

  2. IDG Tech News
  3. #2
    cpjitservices's Avatar
    Join Date
    Jul 2010
    Location
    East Yorkshire
    Posts
    1,630
    Blog Entries
    2
    Thank Post
    314
    Thanked 181 Times in 163 Posts
    Rep Power
    44
    Robocopy will do the trick but you'll need a folder accessible remotely on the other server.

  4. #3

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    13,887
    Blog Entries
    8
    Thank Post
    728
    Thanked 1,367 Times in 1,197 Posts
    Rep Power
    362
    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.

  5. #4

    Join Date
    Apr 2010
    Location
    20 goto 10
    Posts
    1,367
    Thank Post
    53
    Thanked 117 Times in 97 Posts
    Rep Power
    53
    @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

  6. #5

    Join Date
    Dec 2009
    Posts
    171
    Thank Post
    4
    Thanked 20 Times in 19 Posts
    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"

  7. #6

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    13,887
    Blog Entries
    8
    Thank Post
    728
    Thanked 1,367 Times in 1,197 Posts
    Rep Power
    362
    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

  8. #7

    Join Date
    Apr 2010
    Location
    20 goto 10
    Posts
    1,367
    Thank Post
    53
    Thanked 117 Times in 97 Posts
    Rep Power
    53
    Does the migration toolkit work on domain servers, something in the white paper mentions DFS root server cannot be a domain controller.

  9. #8

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    13,887
    Blog Entries
    8
    Thank Post
    728
    Thanked 1,367 Times in 1,197 Posts
    Rep Power
    362
    Quote Originally Posted by edutech4schools View Post
    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

  10. #9

    Join Date
    Apr 2010
    Location
    20 goto 10
    Posts
    1,367
    Thank Post
    53
    Thanked 117 Times in 97 Posts
    Rep Power
    53
    Am I right in thinking you run the toolkit from the destination server rather than the server I will copy the data from?

  11. #10
    cpjitservices's Avatar
    Join Date
    Jul 2010
    Location
    East Yorkshire
    Posts
    1,630
    Blog Entries
    2
    Thank Post
    314
    Thanked 181 Times in 163 Posts
    Rep Power
    44
    Off hand I cant remember as I rarely have to touch the program.... I'll have a look on the server tomorrow

  12. #11

    Join Date
    Apr 2010
    Location
    20 goto 10
    Posts
    1,367
    Thank Post
    53
    Thanked 117 Times in 97 Posts
    Rep Power
    53
    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.

  13. #12

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    13,887
    Blog Entries
    8
    Thank Post
    728
    Thanked 1,367 Times in 1,197 Posts
    Rep Power
    362
    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:
+ Post New Thread

Similar Threads

  1. RoboCopy help
    By FN-GM in forum Windows Server 2008 R2
    Replies: 8
    Last Post: 8th June 2011, 07:26 PM
  2. Robocopy help
    By bodminman in forum How do you do....it?
    Replies: 4
    Last Post: 20th January 2011, 08:22 PM
  3. Robocopy help needed
    By Jobos in forum Windows
    Replies: 1
    Last Post: 19th November 2008, 04:19 PM
  4. Robocopy Help
    By Gatt in forum Windows
    Replies: 2
    Last Post: 11th July 2008, 11:06 AM
  5. Robocopy Help
    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
  •