Incremental PV backup for AWS and GCP #9050
Unanswered
chrislinan
asked this question in
Community support Q&A
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. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
for example: Velero backup create --include-namespace default --include-resource pv,pvc --incremental ?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions