Hey,
you mean the summed size of all used chunks? If that's the case, currently not, at least not easily.
.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 withproxmox-backup-debug inspect file --output-format json drive-<...>.img.fidx
.chunks/
directory and sum up their sizes.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
with this list of digests you can find the referenced chunk files in theCode:proxmox-backup-debug inspect file --output-format json drive-<...>.img.fidx
.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.