I am runnign this command

    http://localhost:9200/_snapshot/titan_es_backup?pretty

**output**

    {
      "titan_es_backup" : {
        "type" : "fs",
        "settings" : {
          "compress" : "true",
          "location" : "/home/manish/Softwares/DataBackUp/ES"
        }
      }
    }

again this command

    
http://localhost:9200/_snapshot/titan_es_backup/snapshot_1?wait_for_completion=false

**OUTPUT**

    {"error":"SnapshotMissingException[[titan_es_backup:snapshot_1] is 
missing]; nested: 
FileNotFoundException[/home/manish/Softwares/DataBackUp/ES/snapshot-snapshot_1 
(No such file or directory)]; ","status":404}


Where I am going wrong ?

-- 
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/eae1a4a7-94e8-4301-bd89-e88727332544%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to