Ask a question

Ron Camerata

What would be the best command for moving large amount of data?

I need to move 1.5TB of data from a 2008R2 server to a 2016 ST VM.  It's a large store with a lot of sub folders.  I need to move everything with permissions.  The current plan is to use robocopy.


asked04/18/2019 20:56
71 views
Add Comment
David Moore

I use robocopy 

robocopy C:\DATA "\\wse2016\c$\Data" /e /zb /Copyall /mir /secfix /sec /efsraw /tee /log+:C:\copy.log

Moves all including apple generated files.

Last Activity 05/06/2019 16:34

1 Answer(s)

  • Mariette Knap
    Add Comment
    Ron Camerata

    Thanks all.  This was supposed to happen last week, but a SQL issue with another app delayed it. 

    I'm on for this weekend so we will see how it goes! 

    Mariette Knap

    One of the things you do not want to migrate is the recycle bin so add:

    /xd $RECYCLE.BIN

     


    replied 05/03/2019 19:27
    Ron Camerata

    Made the move this past weekend.  It went without a hitch.  It took 37 hours to move it all.  About 1.5TB in all.


    replied 05/06/2019 16:34

    Reply
    replied 05/03/2019 17:57
Add an Answer