Well. It is incremental.

But let's say you have saved old Lucene segments and that old segments has been 
merged in the meantime to a new bigger one, the next snapshot will copy the new 
BIG segment and remove the old ones.

It means that old data will be copied twice in this scenario.

Makes sense?

--
David ;-)
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

> Le 6 août 2014 à 18:36, IronMike <[email protected]> a écrit :
> 
> 
> 
> curl -XPUT http://localhost:9200/_snapshot/myRepository/myIndex_`date 
> "+%Y-%m-%d"`?wait_for_completion=true
> 
> This cron job runs daily which backs up my index to AWS S3, each day the 
> snapshot has a different name. 
> 
> I want to make sure that I am not duplicating a 10GB index for example 
> everyday in S3? Does it look at my index from yesterday and only index the 
> changes? What if there were no changes, What does it mean for todays snapshot 
> vs yesterday's snapshot (Is there a duplicate?)
> 
> 
> 
> Thanks
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/elasticsearch/28ea0ac8-03c2-44f4-82ca-00ac288b45e6%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/C085A7A2-984D-4707-8892-B97FD9243AFD%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to