{"id":30328682,"url":"https://github.com/bhupesh-v/dvs","last_synced_at":"2025-10-05T18:06:25.209Z","repository":{"id":306203206,"uuid":"1024342227","full_name":"Bhupesh-V/dvs","owner":"Bhupesh-V","description":"🐳 Create \u0026 Restore Docker Volume Snapshots/Backups","archived":false,"fork":false,"pushed_at":"2025-07-29T20:12:16.000Z","size":48,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-31T16:27:33.836Z","etag":null,"topics":["archive","backup-utility","development-environment","docker-volume","volume"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Bhupesh-V.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-22T14:48:15.000Z","updated_at":"2025-07-27T08:44:35.000Z","dependencies_parsed_at":"2025-07-24T10:09:23.072Z","dependency_job_id":"570fb813-88af-41bd-b29a-0872258fc3df","html_url":"https://github.com/Bhupesh-V/dvs","commit_stats":null,"previous_names":["bhupesh-v/dvs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Bhupesh-V/dvs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fdvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fdvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fdvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fdvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bhupesh-V","download_url":"https://codeload.github.com/Bhupesh-V/dvs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fdvs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932586,"owners_count":24670242,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["archive","backup-utility","development-environment","docker-volume","volume"],"created_at":"2025-08-18T01:38:30.474Z","updated_at":"2025-10-05T18:06:20.177Z","avatar_url":"https://github.com/Bhupesh-V.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dvs\n\nCreate \u0026 Restore docker volumes snapshots\n\n## Why do I need this?\n\n- Exchange persistent data across team members to reduce project onboarding\n  time.\n- Back up volumes when switching workstations.\n- If you manage storage solutions (e.g., MongoDB, OpenSearch, Postgres) using\n  Docker volumes, backing up and restoring data is easy.\n\n## Quick Download\n\nThe `dvs` binary is present inside the archive.\n\n| Platform | Architecture          | Download                                                                                                     |\n| -------- | --------------------- | ------------------------------------------------------------------------------------------------------------ |\n| Linux    | amd64                 | [dvs-linux-amd64.tar.gz](https://github.com/Bhupesh-V/dvs/releases/latest/download/dvs-linux-amd64.tar.gz)   |\n|          | arm64                 | [dvs-linux-arm64.tar.gz](https://github.com/Bhupesh-V/dvs/releases/latest/download/dvs-linux-arm64.tar.gz)   |\n| macOS    | amd64 (Intel)         | [dvs-darwin-amd64.tar.gz](https://github.com/Bhupesh-V/dvs/releases/latest/download/dvs-darwin-amd64.tar.gz) |\n|          | arm64 (Apple Silicon) | [dvs-darwin-arm64.tar.gz](https://github.com/Bhupesh-V/dvs/releases/latest/download/dvs-darwin-arm64.tar.gz) |\n| Windows  | amd64                 | [dvs-windows-amd64.zip](https://github.com/Bhupesh-V/dvs/releases/latest/download/dvs-windows-amd64.zip)     |\n|          | arm64                 | [dvs-windows-arm64.zip](https://github.com/Bhupesh-V/dvs/releases/latest/download/dvs-windows-arm64.zip)     |\n\n### Important\n\n- If you are on Windows, enable\n  [linux container support](https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/set-up-linux-containers)\n  before using `dvs` (this should however be enabled by default).\n\nExtract the `dvs` executable and run it to verify that you see the following\noutput.\n\n```\nA tool to create and restore snapshots of Docker volumes.\n\nUsage:\n  dvs [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  create      Create snapshot file from docker volume\n  help        Help about any command\n  restore     Restore snapshot file to docker volume\n\nFlags:\n  -h, --help   help for dvs\n\nUse \"dvs [command] --help\" for more information about a command.\n```\n\n## Usage\n\n### Create a snapshot\n\n```bash\ndvs create \u003csource_volume\u003e \u003cdestination_file\u003e\n```\n\nExample\n\n```bash\ndvs create my_volume my_volume.tar.gz\n```\n\n### Restore from snapshot\n\n```bash\ndvs restore \u003csnapshot_file\u003e \u003cdestination_volume\u003e\n```\n\nExample:\n\n```bash\ndvs restore my_volume.tar.gz my_volume\n```\n\n## Acknowledgments\n\n\u003e `dvs` is the cross platform port for\n\u003e [docker-volume-snapshot](https://github.com/junedkhatri31/docker-volume-snapshot),\n\u003e originally created by Juned Khatri.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhupesh-v%2Fdvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhupesh-v%2Fdvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhupesh-v%2Fdvs/lists"}