Open
Description
When running ipfs get --archive
, the expected size in the progress bar is wrong:
> ipfs get --archive /ipfs/QmPwecoMB9jN9DosznNqcApK63PnrEmMduxp1mn5nqS7Pq
Saving archive to QmPwecoMB9jN9DosznNqcApK63PnrEmMduxp1mn5nqS7Pq.tar
68.00 KiB / 49.63 KiB [=====================================] 137.02% 0s
That is, the output file is actually 68KiB, 49.63 is the total size one would get when running ipfs get
without --archive
.