{"id":13535955,"url":"https://github.com/backube/volsync","last_synced_at":"2025-05-16T07:05:17.245Z","repository":{"id":36958278,"uuid":"390717642","full_name":"backube/volsync","owner":"backube","description":"Asynchronous data replication for Kubernetes volumes","archived":false,"fork":false,"pushed_at":"2025-05-07T22:40:51.000Z","size":21835,"stargazers_count":765,"open_issues_count":93,"forks_count":72,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-05-07T23:23:37.620Z","etag":null,"topics":["csi","data-migration","data-protection","data-replication","disaster-recovery","kubernetes","kubernetes-operator","mirroring","persistent-volume","storage"],"latest_commit_sha":null,"homepage":"https://volsync.readthedocs.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backube.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-07-29T12:32:00.000Z","updated_at":"2025-05-07T22:13:21.000Z","dependencies_parsed_at":"2023-10-23T19:37:10.156Z","dependency_job_id":"aa4afc31-9282-41dd-9c85-085a2c73645e","html_url":"https://github.com/backube/volsync","commit_stats":{"total_commits":1699,"total_committers":31,"mean_commits":"54.806451612903224","dds":0.6556798116539141,"last_synced_commit":"7f62428f0a53a758d2eecf6c30a6d9fe85b960cd"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backube%2Fvolsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backube%2Fvolsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backube%2Fvolsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backube%2Fvolsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backube","download_url":"https://codeload.github.com/backube/volsync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485057,"owners_count":22078767,"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":["csi","data-migration","data-protection","data-replication","disaster-recovery","kubernetes","kubernetes-operator","mirroring","persistent-volume","storage"],"created_at":"2024-08-01T09:00:32.637Z","updated_at":"2025-05-16T07:05:12.235Z","avatar_url":"https://github.com/backube.png","language":"Go","readme":"# VolSync\n\nVolSync asynchronously replicates Kubernetes persistent volumes between clusters\nusing either [rsync](https://rsync.samba.org/) or [rclone](https://rclone.org/).\nIt also supports creating backups of persistent volumes via\n[restic](https://restic.net/).\n\n[![Documentation\nStatus](https://readthedocs.org/projects/volsync/badge/?version=latest)](https://volsync.readthedocs.io/en/latest/?badge=latest)\n[![Go Report\nCard](https://goreportcard.com/badge/github.com/backube/volsync)](https://goreportcard.com/report/github.com/backube/volsync)\n[![codecov](https://codecov.io/gh/backube/volsync/branch/main/graph/badge.svg)](https://codecov.io/gh/backube/volsync)\n![maturity](https://img.shields.io/static/v1?label=maturity\u0026message=alpha\u0026color=red)\n\n![Documentation](https://github.com/backube/volsync/workflows/Documentation/badge.svg)\n![operator](https://github.com/backube/volsync/workflows/operator/badge.svg)\n\n## Getting started\n\nThe fastest way to get started is to install VolSync in a [kind\ncluster](https://kind.sigs.k8s.io/):\n\n* Install kind if you don't already have it:  \n  `$ go install sigs.k8s.io/kind@latest`\n* Use our convenient script to start a cluster, install the CSI hostpath driver,\n  and the snapshot controller.  \n  `$ ./hack/setup-kind-cluster.sh`\n* Install the latest release via [Helm](https://helm.sh/)  \n  `$ helm repo add backube https://backube.github.io/helm-charts/`  \n  `$ helm install --create-namespace -n volsync-system volsync backube/volsync`\n* See the [usage\n  instructions](https://volsync.readthedocs.io/en/stable/usage/index.html) for\n  information on setting up replication relationships.\n\nMore detailed information on installation and usage can be found in the\n[official documentation](https://volsync.readthedocs.io/).\n\n## Helpful links\n\n* [VolSync documentation](https://volsync.readthedocs.io)\n* [Changelog](CHANGELOG.md)\n* [Contributing guidelines](https://github.com/backube/.github/blob/master/CONTRIBUTING.md)\n* [Organization code of conduct](https://github.com/backube/.github/blob/master/CODE_OF_CONDUCT.md)\n\n## Licensing\n\nThis project is licensed under the [GNU AGPL 3.0 License](LICENSE) with the following\nexceptions:\n\n* The files within the `api/*` directories are additionally licensed under\n  Apache License 2.0. This is to permit VolSync's CustomResource types to be used\n  by a wider range of software.\n* Documentation is made available under the [Creative Commons\n  Attribution-ShareAlike 4.0 International license (CC BY-SA\n  4.0)](https://creativecommons.org/licenses/by-sa/4.0/)\n","funding_links":[],"categories":["Go","kubernetes","\u003ca name=\"Go\"\u003e\u003c/a\u003eGo","Other"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackube%2Fvolsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackube%2Fvolsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackube%2Fvolsync/lists"}