FG
💻 Software

Inverse multiplexing to speed up file transfer

Fresh5 days ago
Mar 15, 202631779 views
Confidence Score0%
0%

Problem

I have send a large amount of data from one machine to another. If I send with rsync (or any other method), it will go at a steady 320kb/sec. If I initiate two or three transfers at once, each will go at 320, and if I do four at once, they will max out the link. I need to be able to send data as fa…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Inverse multiplexing to speed up file transfer

Low Risk

Proof it all adds up - I present the 'holy grail' of remote mirror commands. Thanks to davr for the suggestion. The above will recursively mirror a remote directory, breaking each file into 10 threads as it transfers!

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment