folbricht / desync

Alternative casync implementation
BSD 3-Clause "New" or "Revised" License
343 stars 44 forks source link

Add more detailed information about the compressed chunks #273

Open RyuzakiKK opened 3 weeks ago

RyuzakiKK commented 3 weeks ago

list-chunks has now a new --detailed option that allows to print additional information about the chunks, including their compressed size (if a local store is provided).

One use case is for the clients to download the server's list-chunks JSON and feed it into desync info, to calculate the precise download size of an update.

Addresses https://github.com/folbricht/desync/issues/270

RyuzakiKK commented 2 weeks ago

Thanks for the review. By the end of the week I should be able to find some time to address the points raised.