{"id":16367704,"url":"https://github.com/mmontes11/mongodb-tools","last_synced_at":"2026-05-05T22:40:39.696Z","repository":{"id":145284786,"uuid":"367921485","full_name":"mmontes11/mongodb-tools","owner":"mmontes11","description":"MongoDB tools for amd64, arm64 and armhf","archived":false,"fork":false,"pushed_at":"2021-05-17T16:00:31.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-31T04:12:41.441Z","etag":null,"topics":["backup","database","mongo","mongodb","mongodb-tools","restore"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmontes11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-16T15:39:40.000Z","updated_at":"2021-05-17T16:00:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"305215bd-df97-499a-8b1a-5c260eec366c","html_url":"https://github.com/mmontes11/mongodb-tools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontes11%2Fmongodb-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontes11%2Fmongodb-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontes11%2Fmongodb-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontes11%2Fmongodb-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmontes11","download_url":"https://codeload.github.com/mmontes11/mongodb-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239851609,"owners_count":19707558,"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":["backup","database","mongo","mongodb","mongodb-tools","restore"],"created_at":"2024-10-11T02:50:39.823Z","updated_at":"2026-02-21T22:30:17.362Z","avatar_url":"https://github.com/mmontes11.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mongodb-tools\n[![Release](https://github.com/mmontes11/mongodb-backup/workflows/Release/badge.svg)](https://github.com/mmontes11/mongodb-backup/actions?query=workflow%3ARelease)\n\nMongoDB backup tools for `amd64`, `arm64` and `armhf`\n\n\n### Backup \n\nDumps a database in a volume.\n\n```yml\nversion: \"3\"\n\nservices:\n  mongo:\n    image: mongo:4.2.3\n    ports:\n      - \"27017:27017\"\n    volumes:\n      - ./data:/data/db\n    restart: unless-stopped\n  mongo-dump:\n      image: mmontes11/mongodb-backup:v0.0.1\n      environment: \n        - MONGO_URL=mongodb://mongo:27017/db\n      volumes:\n        - ./backup:/backup\n```\n\n### Restore\n\nRestores a database using the dump provided in a volume.\n\n```yml\nversion: \"3\"\n\nservices:\n  mongo:\n    image: mongo:4.2.3\n    ports:\n      - \"27017:27017\"\n    volumes:\n      - ./data:/data/db\n    restart: unless-stopped\n  mongo-dump:\n      image: mmontes11/mongodb-backup:v0.0.1\n      command: [\"./entrypoint.sh\", \"restore\"]\n      environment: \n        - MONGO_URL=mongodb://mongo:27017/db\n      volumes:\n        - ./backup:/backup\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontes11%2Fmongodb-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmontes11%2Fmongodb-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontes11%2Fmongodb-tools/lists"}