Possible Duplicate:
Copy large file from one Linux server to another
I need to transfer about ~3tb of data to another server. I am currently using rsync -z but it is going at 250kb/s so it will take forever. How can I speed it up?
I need to transfer about ~3tb of data to another server. I am currently using rsync -z but it is going at 250kb/s so it will take forever. How can I speed it up?
| |||||||||||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Mail a hard drive to the server and have a technician plug it in. | |||||||||||
feedback
|
|
You can try to split data into let's say 3000 pieces using | |||
feedback
|