Is there a way I can get statistics for a snapshot.
I am wondering if there is a way to know which blobs are associated to which snapshots.
Also which blobs a snapshot has created.
eg
snap1 - 100,000 blobs - created 100,000
snap2 - 110,000 blobs - created 10,000
I’m not seeing anything the docs specifically for snapshots. content stats, blob stats, cache info on a per $HOME/.config/kopia/repository.config basis seems to provide some data. I’m thinking something like per snapshot might be need to use the Go API.
Nothing is jumping out at me trying to logwalk a fresh repo @ $HOME/.cache/kopia.
… but I guess it’s possible given the GUI does show the snapshot size in the overview table (Snapshots → $repository → Size). Where/how it’s pulling that data, however…