Open gms8994 opened 7 years ago
Hi Glendon,
Hmm - good catch. I removed the --reusecache option from it bc using fpart is so fast that re-using the cache is largely unnecessary. The fpart engine is forked early and generally by the time the rsyncs start, there are already chunk files ready to go. There have been a few instances where you have to wait a few seconds for fpart to get ahead (if you ask for a large number of parallel operations), but generally not.
Can you describe a situation where this option would make sense in light of what I describe? hjm
The
--help
flag mentions the ability to--reusecache
. However, when passing that argument toparsyncfp
, I get the errorUnknown option: reusecache
.Having that flag work would be really useful :)