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.

Reply via email to