Incremental PV backup for AWS and GCP #9050
|
Hi, I know there is already a support of incremental snapshot for Azure at here But I want to know if the incremental snapshot is also implemented for AWS and GCP? Because I can't see the "incremental" parameter in this AWS function, is that supported by default, or configurable as the same with Azure? Also, Is there a command line parameter to specify the backup is full or incremental? Thanks a lot. |
Replies: 1 comment 2 replies
|
https://cloud.google.com/compute/docs/disks/snapshots?hl=en#incremental-snapshots Both the AWS EBS snapshot and the GCP disk snapshot enable the incremental feature by default. Please note that the providers handle the incremental snapshots. Velero itself doesn't know. |
I checked the AWS and GCP SDKs. They didn't provide similar functions to the Azure SDK, but theoretically, we can achieve that by polling the snapshot status until it's ready.
But the Velero native snapshot using the provider volume snapshotter plugins is not the focus now. We are actively working on the CSI snapshot data mover, so we may not have enough bandwidth to pick up this enhancement lately.
But any PRs from the community are welcome.