{"id":15683365,"url":"https://github.com/nickstenning/elasticbackup","last_synced_at":"2025-06-10T15:32:48.893Z","repository":{"id":4064000,"uuid":"5167895","full_name":"nickstenning/elasticbackup","owner":"nickstenning","description":"Tools to backup and restore ElasticSearch indices","archived":false,"fork":false,"pushed_at":"2016-12-11T00:44:04.000Z","size":120,"stargazers_count":10,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T10:32:39.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickstenning.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-24T16:11:17.000Z","updated_at":"2021-03-06T22:32:43.000Z","dependencies_parsed_at":"2022-07-28T23:09:34.487Z","dependency_job_id":null,"html_url":"https://github.com/nickstenning/elasticbackup","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Felasticbackup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Felasticbackup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Felasticbackup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Felasticbackup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickstenning","download_url":"https://codeload.github.com/nickstenning/elasticbackup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Felasticbackup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258833800,"owners_count":22765013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T17:04:40.892Z","updated_at":"2025-06-10T15:32:48.871Z","avatar_url":"https://github.com/nickstenning.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"elasticbackup\n=============\n\nelasticbackup is a set of two command-line tools,\n\n    elasticbackup, and\n    elasticrestore\n\nthat you can use to backup and restore data from ElasticSearch indices using\ntheir scroll[1] and bulk[2] APIs.\n\ninstalling\n----------\n\nelasticbackup is available on the Python Package Index, so you can just\n\n    pip install elasticbackup\n\nusage\n-----\n\nTo backup the data from an index \"foo\" on a remote server, \"es-1.mydomain.com\",\nthat listens on port 9200, you can run\n\n    elasticbackup es-1.mydomain.com:9200 foo\n\nBy default, this will create two files in your working directory. One contains a\nJSON-serialisation of the index's mappings. The other contains a dump of the\ndocuments in the index, serialised as JSON, one per line.\n\nTo restore these files to a local index, you might run\n\n    elasticrestore -d \u003cdocuments\u003e -m \u003cmappings\u003e localhost:9200 myfoo\n\nFor more information and complete options allowed by elasticbackup and\nelasticrestore, run\n\n    elasticbackup -h\n    elasticrestore -h\n\nlicense\n-------\n\nelasticbackup is released under the terms of the MIT license, a copy of which\ncan be found in this distribution, in the LICENSE file.\n\n[1]: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-scroll.html\n[2]: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-bulk.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickstenning%2Felasticbackup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickstenning%2Felasticbackup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickstenning%2Felasticbackup/lists"}