Large file transfer
1
0
Entering edit mode
3.5 years ago
philgev2 ▴ 10

Hi

I need to transfer large files between Linux servers in two locations. Is there a better approach than scp and rsync.

Thanks Philge

Linux Big data sequencing • 1.0k views
ADD COMMENT
2
Entering edit mode

Better in what sense? Faster? Safer?

You may want to compress the files before the transfer, or use the -C switch with scp or -z with rsync, both of which will compress the stream.

ADD REPLY
0
Entering edit mode

Both faster and safer

ADD REPLY
1
Entering edit mode

rsync is probably as efficient as it gets when it comes to freeware, so if you experience slow download rates then you probably have a bandwidth problem. Commercial software would be Aspera but depending on the size of the files you indeed could simply pack it onto a harddrive and ship it. That is fairly common, Novogene for example does that all the time.

ADD REPLY
1
Entering edit mode
3.5 years ago

rsync with compression is the standard way to go. I've also used lftp to parallelize transfer but be aware that this puts some pressure on the receiving end and some may have limits. You don't say what large is for you and where the locations are but for long distance transfer of several tens of TB, it may still be faster and safer to send copies on disks.

ADD COMMENT

Login before adding your answer.

Traffic: 1492 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6