Hello List,

I wanted to confirm a few things about snapshot backups if I understood 
them correctly

1. snapshots can be taken from any system (even if it is not a part of 
cluster)
2. snapshots should have incremental backup for the complete cluster. 

So ideally I should be able run cron job for daily snapshots on a common 
server in the environment for all elastic search clusters as follows..

curl -XPUT 
"cluster-dns1:9200/_snapshot/$REPO/$INDEXNAME?wait_for_completion=true&pretty"

curl -XPUT 
"cluster-dns2:9200/_snapshot/$REPO/$INDEXNAME?wait_for_completion=true&pretty"

Any hint/feedback is very appreciated.

Thanks,
skm

-- 
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/190d0a6a-289e-4fc6-bde6-71fe127e8371%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to