Actually just bunch of hived nodes should be the best way to distribute block_log data, but we don't have there "just share the block data" mode.
You could use aria2c to get from multiple sources, and I would advise to use only initial one + weekly (or other biggest incremental chunk you can get), as that's the most effective way, otherwise moving around such big amounts of data when you deal with daily snapshots doesn't make sense because it would be quicker to just replay.
(Unless the server is exceptionally slow OR network is exceptionally fast, YMMV)
You are viewing a single comment's thread from:
aria2c
looks interesting.lftp
is great about not redownloading files that haven't been modified so once that fat 1.8TB download is done, no need to send that through the pipes anymore, just the incremental stuff.