{"id":13450604,"url":"https://github.com/cooperspencer/gickup","last_synced_at":"2025-12-29T22:15:48.431Z","repository":{"id":40265032,"uuid":"372314653","full_name":"cooperspencer/gickup","owner":"cooperspencer","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-29T13:15:50.000Z","size":546,"stargazers_count":884,"open_issues_count":15,"forks_count":32,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-05-02T04:18:10.511Z","etag":null,"topics":["backup","git"],"latest_commit_sha":null,"homepage":"https://cooperspencer.github.io/gickup-documentation/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cooperspencer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["cooperspencer"],"patreon":"buddyspencer","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-05-30T21:03:12.000Z","updated_at":"2024-05-08T13:34:29.382Z","dependencies_parsed_at":"2023-12-19T08:34:33.998Z","dependency_job_id":"745c30dc-3705-4228-ae95-66fb0d44a2fc","html_url":"https://github.com/cooperspencer/gickup","commit_stats":{"total_commits":147,"total_committers":16,"mean_commits":9.1875,"dds":"0.19047619047619047","last_synced_commit":"80529e1999c798adcf492e2fe3f22f56cddf65d2"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperspencer%2Fgickup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperspencer%2Fgickup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperspencer%2Fgickup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperspencer%2Fgickup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cooperspencer","download_url":"https://codeload.github.com/cooperspencer/gickup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245130833,"owners_count":20565729,"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","git"],"created_at":"2024-07-31T07:00:36.620Z","updated_at":"2025-12-29T22:15:48.361Z","avatar_url":"https://github.com/cooperspencer.png","language":"Go","funding_links":["https://github.com/sponsors/cooperspencer","https://patreon.com/buddyspencer"],"categories":["Go","Tools","HarmonyOS","Active projects","Applications"],"sub_categories":["Comparing workflows","Windows Manager","Applications","DevOps"],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/cooperspencer/gickup/blob/main/gickup.png\" style=\"width: 20%;\" alt=\"logo\"\u003e\n    \u003cbr/\u003e\n    GICKUP\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n    Backup your Git repositories with ease.\n\u003c/h4\u003e\n\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003e\n        \u003ca href=\"https://cooperspencer.github.io/gickup-documentation/\" target=\"_blank\"\u003eWebsite\u003c/a\u003e\n        •\n        \u003ca href=\"https://github.com/cooperspencer/gickup/\"\u003eGitHub\u003c/a\u003e\n        •\n        \u003ca href=\"https://cooperspencer.github.io/gickup-documentation/\" target=\"_blank\"\u003eDocs\u003c/a\u003e\n    \u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cooperspencer/gickup/actions/workflows/docker.yml\"\u003e\n        \u003cimg alt=\"Build and Publish\" src=\"https://github.com/cooperspencer/gickup/actions/workflows/docker.yml/badge.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n\n## What is GICKUP?\nGickup is a tool that allows you to clone/mirror repositories from one hoster to another.\nThis is useful if you want to have a backup of your repositories on another hoster or to a local server.\n\n\n### Supported Source and Destionations\nYou can clone/mirror repositories from:\n- Github\n- Gitlab\n- Gitea\n- Gogs\n- Bitbucket\n- OneDev\n- Sourcehut\n- Any\n\nYou can clone/mirror repositories to:\n- Github\n- Gitlab\n- Gitea\n- Gogs\n- OneDev\n- Sourcehut\n- Local\n- S3\n\n\nIf your hoster is not listed, feel free to open an issue and I will add it.\n\n\n\n## How to make a configuration file\n[Here is an example](https://github.com/cooperspencer/gickup/blob/main/conf.example.yml)\n\n## How to run the binary version\n`./gickup path-to-conf.yml`\n\n## How to run the Docker image\n```bash\nmkdir gickup\nwget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml\nnano conf.yml # Make your config here\ndocker-compose up\n```\n## Compile the binary version\n`go build .`\n\n## Compile the Docker Image\n```bash\ngit clone https://github.com/cooperspencer/gickup.git\ncd gickup\nnano docker-compose.yml # Uncomment the Build\nnano conf.yml # Make your config here\ndocker-compose build\ndocker-compose up\n```\n\n## Questions?\nIf anything is unclear or you have a great idea for the project, feel free to open a discussion about it.\nhttps://github.com/cooperspencer/gickup/discussions\n\n## Distribution Packages\n|Distribution|Package|Maintainer|\n|---|---|---|\n|Arch|[gickup](https://aur.archlinux.org/packages/gickup/)|[me](https://github.com/cooperspencer)|\n|Homebrew|[gickup](https://formulae.brew.sh/formula/gickup#default)||\n|Fedora|[gickup](https://copr.fedorainfracloud.org/coprs/frostyx/gickup/)|[FrostyX](https://github.com/FrostyX)|\n\n## Issues\nThe mirroring to Gitlab doesn't work, or at least I can't test it properly because I have no access to a Gitlab EE instance.\n\n## Future Ideas\n- Additional VCS\n  - [GitBucket](https://gitbucket.github.io/)\n- Add minio as a destination\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooperspencer%2Fgickup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcooperspencer%2Fgickup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooperspencer%2Fgickup/lists"}