There are index files(
.fixd
and
.didx
) that reference the chunks used for a backup, those are basically lists of chunks, you can get a list of the referenced chunks with
Code:
proxmox-backup-debug inspect file --output-format json drive-<...>.img.fidx
with this list of digests you can find the referenced chunk files in the
.chunks/
directory and sum up their sizes.
Note: different VMs/snapshots do reference the same chunks, so keep that in mind when summing up the sizes.