For my Kubernetes cluster, I'm using Velero with Restic (for volumes snapshots) and a S3 Minio to store everything.
Is there any way to get the size of the Backups and Snapshots (done with Restic)? And to have details on each backup, for example:
- Size when the backup is incremental
- Size for a full backup
- Size for a snapshot
- Size before and after compression
I can't find a way to do this, except by making a backup of a single namespace and its resources, and check the size of my bucket after.