I can see how large the content size would be if I restored a snapshot. But I’d like to be able to see how much space a particular snapshot is using on the backup disk, and more importantly, how much storage space a particular path is taking up.
I’m not sure what these are called, but what I mean is if I snapshot /home/user/Downloads and I keep X versions of it in history, how much does that total bundle cost me on disk?
Because of deduplication, this question unfortunately does not have a precise answer. Given a set of particular snapshots, it’s possible to tell how much unique (logical) space they use together, but because of how packs are organized that’s not going to exactly match the physical space.
In the future it should be able add some tools to approximately calculate this, but as of right now there’s no really good way.
We can absolutely do it, it will be quite complex to compute, but if we can do it efficiently, we should be able to add support for size-based retention, which has requested a few times.