hjmangalam / parsyncfp

follow-on to parsync (parallel rsync) with better startup perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing remote source, local target

Thermi opened this issue · comments

Hi,

It'd be possible to implement remote source and local target by using rsync --list-only to discover the remote source's files and partition them in the most efficient way for transfers.
Also, if the tool supported use of only rsync, instead of ssh, one could use this for syncing Linux package mirrors in a much faster way than was/is possible with pure rsync. :)