What is the Current volume size of your application? ( not the snapshots )
Kopia Blobs only get deleted when they are not any longer referenced by any snapshot. So you won’t notice a huge drop in your repo size
let me explain more,
Imagine the first snapshot had files/contents [File1, File2, File3, File4, File5] and this will be linked to Kopia blob1
blob1= [File1, File2, File3, File4, File5]
then you have 2nd snapshot that contains [File1, File2, File3, File4, File5, File6, File7, File8] and this will be linked to the Kopia blob as below
blob2= [ File6, File7, File8]
enventually you have 2 blobs
blob1 is related to snapshot1 & snapshot2
blob2 is related to snapshot2
if you deleted resotorepointcontent for snapshot1, you still have blob1 referenced to snapshot2 and you still need it for restoring snapshot2. that is why you won`t notice a huge drop in your repo size.
Ahmed Hagag