# How to Make Incremental Snapshot

**URL:** https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627
**Category:** Elasticsearch
**Created:** [December 8, 2015, 11:58am UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627 "2015-12-08T11:58:37Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![krish0608](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krish0608/32/6797_2.png) [@krish0608](https://discuss.elastic.co/u/krish0608)
#### Post date: [December 8, 2015, 11:58am UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/1 "2015-12-08T11:58:37Z")

</div>

Hii guyz,,

I am trying out the snapshot/restore feature in ES.Can Anyone provide the details that how can i make my snapshot incremental??Without Using Crone job.

Please Help Me Out.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [December 8, 2015, 1:52pm UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/2 "2015-12-08T13:52:06Z")

</div>

It is incremental by nature.  
What is your concern?

---

<div class="post-metadata">

### Author: ![krish0608](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krish0608/32/6797_2.png) [@krish0608](https://discuss.elastic.co/u/krish0608)
#### Post date: [December 9, 2015, 4:14am UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/3 "2015-12-09T04:14:12Z")

</div>

if i add new index in ES. IS It automatically take backup of that index or not?? or i have to do something Else??

---

<div class="post-metadata">

### Author: ![nik9000](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nik9000/32/44947_2.png) [@nik9000](https://discuss.elastic.co/u/nik9000)
#### Post date: [December 9, 2015, 5:56am UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/4 "2015-12-09T05:56:03Z")

</div>

I don't believe snapshots can be scheduled. You'd have to cron them. I  
believe you can use an index pattern to run them on all indexes though.

---

<div class="post-metadata">

### Author: ![krish0608](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krish0608/32/6797_2.png) [@krish0608](https://discuss.elastic.co/u/krish0608)
#### Post date: [December 9, 2015, 6:02am UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/5 "2015-12-09T06:02:22Z")

</div>

thanks nik9000....!! is there anyway to scheduled my snapshot without cron job.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [December 9, 2015, 6:30am UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/6 "2015-12-09T06:30:41Z")

</div>

No. You need something to call \_snapshot endpoint.

May be in the future with Management API but not yet.

---

<div class="post-metadata">

### Author: ![kartheek91](https://avatars.discourse-cdn.com/v4/letter/k/cc9497/32.png) [@kartheek91](https://discuss.elastic.co/u/kartheek91)
#### Post date: [December 9, 2015, 6:37am UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/7 "2015-12-09T06:37:06Z")

</div>

ElasticSearch by default came with incremental backup feature.If we to create a new index and the you need to take snapshot for that index.ElasticSearch will not take snapshot without specifying to it.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 11:32pm UTC](https://discuss.elastic.co/t/how-to-make-incremental-snapshot/36627/8 "2017-07-05T23:32:25Z")

</div>


