Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooperspencer/gickup
https://github.com/cooperspencer/gickup
backup git
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cooperspencer/gickup
- Owner: cooperspencer
- License: apache-2.0
- Created: 2021-05-30T21:03:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:15:50.000Z (9 months ago)
- Last Synced: 2024-05-02T04:18:10.511Z (9 months ago)
- Topics: backup, git
- Language: Go
- Homepage: https://cooperspencer.github.io/gickup-documentation/
- Size: 533 KB
- Stars: 884
- Watchers: 11
- Forks: 32
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-gitea - gickup - Backup tool for repositories. (Applications / DevOps)
- awesome-gitea - gickup - Backup tool for repositories. (Applications / DevOps)
- awesome-git - gickup - Backup repos from various hosters to local or other hosters. (Tools / Comparing workflows)
- awesome-gitea - gickup - Backup tool for repositories. (Applications / DevOps)
- stars - gickup
- stars - gickup
README
GICKUP
Backup your Git repositories with ease.## What is GICKUP?
Gickup is a tool that allows you to clone/mirror repositories from one hoster to another.
This is useful if you want to have a backup of your repositories on another hoster or to a local server.### Supported Source and Destionations
You can clone/mirror repositories from:
- Github
- Gitlab
- Gitea
- Gogs
- Bitbucket
- OneDev
- Sourcehut
- AnyYou can clone/mirror repositories to:
- Github
- Gitlab
- Gitea
- Gogs
- OneDev
- Sourcehut
- Local
- S3If your hoster is not listed, feel free to open an issue and I will add it.
## How to make a configuration file
[Here is an example](https://github.com/cooperspencer/gickup/blob/main/conf.example.yml)## How to run the binary version
`./gickup path-to-conf.yml`## How to run the Docker image
```bash
mkdir gickup
wget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml
nano conf.yml # Make your config here
docker-compose up
```
## Compile the binary version
`go build .`## Compile the Docker Image
```bash
git clone https://github.com/cooperspencer/gickup.git
cd gickup
nano docker-compose.yml # Uncomment the Build
nano conf.yml # Make your config here
docker-compose build
docker-compose up
```## Questions?
If anything is unclear or you have a great idea for the project, feel free to open a discussion about it.
https://github.com/cooperspencer/gickup/discussions## Distribution Packages
|Distribution|Package|Maintainer|
|---|---|---|
|Arch|[gickup](https://aur.archlinux.org/packages/gickup/)|[me](https://github.com/cooperspencer)|
|Homebrew|[gickup](https://formulae.brew.sh/formula/gickup#default)||
|Fedora|[gickup](https://copr.fedorainfracloud.org/coprs/frostyx/gickup/)|[FrostyX](https://github.com/FrostyX)|## Issues
The 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.## Future Ideas
- Additional VCS
- [GitBucket](https://gitbucket.github.io/)
- Add minio as a destination