What is the meaning of sizes in reposize? #706
-
They don't correspond to anything I can tell, its sure not the size of my B2 bucket, or the source data, so what are they? Whats size vs "size in pack"? is there anywhere i can find the actual size of all data in the repo, in this case the size of the bucket its on? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Some investigation of my own reveals rustic reports size in GiB, but the Backblaze UI reports size in GB and does not reveal useful units, and additionally, absurdly, the only way to get the size list all the files and tally it yourself, only convienelty exposed through Which, notably, entails additional, charged, API calls. When accounting for that, rounding on both sides, and file versions, the sizes now match |
Beta Was this translation helpful? Give feedback.
-
Actually there are three things about the blobs saved in a repository:
|
Beta Was this translation helpful? Give feedback.
Some investigation of my own reveals rustic reports size in GiB, but the Backblaze UI reports size in GB and does not reveal useful units, and additionally, absurdly, the only way to get the size list all the files and tally it yourself, only convienelty exposed through
b2 get-bucket --showSize <bucket>
.Which, notably, entails additional, charged, API calls.
When accounting for that, rounding on both sides, and file versions, the sizes now match