{"id":13547412,"url":"https://github.com/maorfr/helm-backup","last_synced_at":"2025-08-16T19:05:13.197Z","repository":{"id":98074847,"uuid":"155543397","full_name":"maorfr/helm-backup","owner":"maorfr","description":"Helm plugin which performs backup/restore of releases in a namespace to/from a file","archived":false,"fork":false,"pushed_at":"2021-03-04T17:55:09.000Z","size":23,"stargazers_count":84,"open_issues_count":6,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-07T09:35:23.240Z","etag":null,"topics":["backup","disaster-recovery","golang","helm","helm-plugin","kubernetes","restore"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maorfr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-31T11:04:39.000Z","updated_at":"2025-01-19T18:16:21.000Z","dependencies_parsed_at":"2023-06-18T07:45:10.317Z","dependency_job_id":null,"html_url":"https://github.com/maorfr/helm-backup","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/maorfr/helm-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maorfr","download_url":"https://codeload.github.com/maorfr/helm-backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270756855,"owners_count":24639953,"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-16T02:00:11.002Z","response_time":91,"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":["backup","disaster-recovery","golang","helm","helm-plugin","kubernetes","restore"],"created_at":"2024-08-01T12:00:55.221Z","updated_at":"2025-08-16T19:05:13.134Z","avatar_url":"https://github.com/maorfr.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Helm Backup Plugin\n\nThis is a Helm plugin which performs backup/restore of releases in a namespace to/from a file\n\n## Usage\n\nbackup releases from namespace to file\n\n```\n$ helm backup [flags] NAMESPACE\n```\n\nrestore releases from file to namespace\n\n```\n$ helm backup [flags] NAMESPACE --restore\n```\n\n### Flags:\n\n```\n      --file string        file name to use (.tgz file). If not provided - will use \u003cnamespace\u003e.tgz\n  -h, --help               help for backup\n  -l, --label string       label to select tiller resources by (default \"OWNER=TILLER\")\n  -r, --restore            restore instead of backup\n  -t, --tiller-ns string   namespace of Tiller (default \"kube-system\")\n\n```\n\n## Install\n\n```\n$ helm plugin install https://github.com/maorfr/helm-backup\n```\n\nThe above will fetch the latest binary release of `helm backup` and install it.\n\n### Developer (From Source) Install\n\nIf you would like to handle the build yourself, instead of fetching a binary,\nthis is how recommend doing it.\n\nFirst, set up your environment:\n\n- You need to have [Go](http://golang.org) installed. Make sure to set `$GOPATH`\n- If you don't have [Dep](https://github.com/golang/dep) installed, this will install it into\n  `$GOPATH/bin` for you.\n\nClone this repo into your `$GOPATH`. You can use `go get -d github.com/maorfr/helm-backup`\nfor that.\n\n```\n$ cd $GOPATH/src/github.com/maorfr/helm-backup\n$ make bootstrap build\n$ HELM_PUSH_PLUGIN_NO_INSTALL_HOOK=1 helm plugin install $GOPATH/src/github.com/maorfr/helm-backup\n```\n\nThat last command will skip fetching the binary install and use the one you\nbuilt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaorfr%2Fhelm-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaorfr%2Fhelm-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaorfr%2Fhelm-backup/lists"}