user3351014
user3351014

Reputation: 185

Elasticsearch perform snapshot incrementally

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

Answers (1)

dadoonet
dadoonet

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

Related Questions