2

First I will elaborate what is the scenario here.

We have 2 servers both are ubuntu 14.04 LTS and we have a drive called /storage/ of 70TB It includes many files of 30GB size each and other ones as well. So as both are the remote servers and I want to move all this data to my other remote server's same drive as /storage/.

Is there any way to do it fastly and stably so that there will be no data loss in that?

once i have tried to move only one file from one to other which worked fine with this link. Any help will be thankful.

Junaid Farooq
  • 605
  • 1
  • 6
  • 9
  • @ijunaidfarooq Moving in this respect is a two step procedure of 1) copying 2) removing the original data. Use scp or rsync - double checking the m5d checksum is not a necessity (see here). Just make sure scp finished correctly and then you can go on deleting the original files. – FelixJN Nov 30 '16 at 12:19
  • Don't you what is the difference between copying and moving? Dont you know is meant by 34 byte and 70TB? – Junaid Farooq Nov 30 '16 at 12:20
  • Are the two servers in the same physical location? If not, seriously consider carrying the data on a tape (or several) rather than migrating it over a network. You really need to do the maths to see how long it will take to copy that much data by the available network bandwidth before you bother to take that route. Please can you update your question to give some physical details (same datacentre? available bandwidth? single 70TB file or big filesystem? available downtime on source to ensure an accurate copy?) I move tens of TB fairly regularly so I don't think I'm way out of your league. – Chris Davies Nov 30 '16 at 13:20
  • What is the link speed between the two servers –  Nov 30 '16 at 22:43
  • https://what-if.xkcd.com/31/ and... perhaps you should consider a really wide bandwidth with a very slow connection speed. Then just delete it off the old location. – Jeutnarg Apr 28 '17 at 16:06