Fast (non-blocking) way to transfer many files to another server
- by Nyxynyx
I am currently attempting to transfer over 1 million files from one server to another. Using wget, it seems to be extremely slow, probably because it starts a new transfer after the previous one has been completed.
Question: Is there a faster non-blocking (asynchronous) way to do the transfer? I do not have enough space on the first server to…