I have a large file(s) (say 10GB) that I want to transfer from one machine to many (say 50) identical machines connected to LAN.
It makes sense to me that transfering like this:
/--> 4 ---
/
1 -----> 2 -----> 5 ---
\ and so on...
\--> 3 -----> 6 ---
\
\-> 7 ---
Would be faster because many transfers happen at the same time (and I have a fast switch so that should work).
Surely someone coded this already :P
What is the appropriate package for this?
Everything runs unix/linux and I have sudo access so everything goes.