R
R
root092019-06-28 11:58:30
linux
root09, 2019-06-28 11:58:30

How to transfer many files from one server to another?

There are two servers on ubuntu, one of them has a lot of small files of 50-100kb each, their total size is about 2 TB, how can I transfer them to another ubuntu server?
Just archive and transfer will not work, there is no free space for the archive. And if you try, for example, through WinSCP, open one server in the left window, and another in the right window, then the files will be transferred one by one at a speed of 50kb~.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Ivan Shumov, 2019-06-28
@root09

And what does WinSCP have to do with it if you have 2 servers on Ubuntu? Throw directly from one to another via rsync

V
vlarkanov, 2019-06-28
@vlarkanov

rsync

D
Drno, 2019-06-28
@Drno

rsync.
ftp

Z
zersh, 2019-06-29
@zersh

Set up key access and use rsync
For speed, you can specify settings in .ssh/config
so that a socket is used - then the data transfer speed will be much higher

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question