Incremental Snapshots in Azure AKS #8217
Unanswered
egondalia
asked this question in
Community support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We install Velero with Velero Azure Plugin and enable 'incremental' backup option/switch but unable to validate a simple test to confirm incremental backups are functioning on Azure Disks, we have set option on the VolumeSnapShotLocation and enabled it ok:
(note: my UUID and ResGrp has been changed removed)
We perform scheduled daily backups on pod/app (and fill up data daily on the pv/disk), but after an initial full backup, when we run additional backups (that should now perform differential backups) when we look at backup files location used by the Velero storage the files don't seem to change in size for additional backups after the initial first backup takes place, files don't appear to be smaller in size.
Q) Is there way we can validate that incremental snapshot are working and/or a way to check these size changes when running additional incremental backups ?
We found reference/discussions post (see link below) and our understanding once "Incremental" is set in our case we use the azure plugin, then Azure is able to take incremental backups, but we are unable can't specifically validate that incremental snapshots are working.
The discussions/posts below seems to state the incremental snapshot is done on the azure abstraction layer and there is no easy way to validate it. See link [https://github.com//issues/7276]
I would appreciate help/confirmation that this is the case no being able to validate incremental snapshots on Azure, or ideally is there a method we can use to validate/test this.
Beta Was this translation helpful? Give feedback.
All reactions