Reputation: 185
I have created a snapshot in AWS S3 and I am trying to update the same snapshot every day. Is it possible to do in Elasticsearch cloud-aws plugin ? Tried running the same create snapshot link but it doesn't updates the existing snapshot.
Upvotes: 0
Views: 149
Reputation: 14492
It is incremental by default. Which means that you create a repository. Then create a snapshot to this repo. This one is a full backup. Then create a new snapshot to the same repo. This one is incremental.
Upvotes: 1