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.
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