1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-09-16 21:31:40 +02:00
gickup/README.md

105 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2024-04-02 17:24:18 +02:00
<h1 align="center">
<img src="https://github.com/cooperspencer/gickup/blob/main/gickup.png" style="width: 20%;" alt="logo">
<br/>
GICKUP
</h1>
2023-01-10 09:12:05 +01:00
2024-04-02 17:24:18 +02:00
<h4 align="center">
Backup your Git repositories with ease.
</h4>
2022-12-14 17:53:08 +01:00
2024-04-02 17:24:18 +02:00
<p align="center">
<strong>
<a href="https://cooperspencer.github.io/gickup-documentation/" target="_blank">Website</a>
<a href="https://github.com/cooperspencer/gickup/">GitHub</a>
<a href="https://cooperspencer.github.io/gickup-documentation/docs/" target="_blank">Docs</a>
</strong>
</p>
<p align="center">
<a href="https://github.com/cooperspencer/gickup/actions/workflows/docker.yml">
<img alt="Build and Publish" src="https://github.com/cooperspencer/gickup/actions/workflows/docker.yml/badge.svg">
</a>
</p>
## 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
2021-05-30 23:04:17 +02:00
You can clone/mirror repositories from:
- Github
- Gitlab
- Gitea
- Gogs
2021-06-01 21:47:48 +02:00
- Bitbucket
- OneDev
- Sourcehut
- Any
2021-05-30 23:04:17 +02:00
2024-04-02 17:24:18 +02:00
You can clone/mirror repositories to:
2023-08-17 08:32:45 +02:00
- Github
2021-05-30 23:04:17 +02:00
- Gitlab
- Gitea
- Gogs
2023-08-17 08:32:45 +02:00
- OneDev
- Sourcehut
2021-05-30 23:04:17 +02:00
- Local
2024-08-27 14:44:46 +02:00
- S3
2021-05-30 23:04:17 +02:00
2024-04-02 17:24:18 +02:00
If your hoster is not listed, feel free to open an issue and I will add it.
2022-12-14 17:53:08 +01:00
## How to make a configuration file
2021-12-22 11:58:46 +01:00
[Here is an example](https://github.com/cooperspencer/gickup/blob/main/conf.example.yml)
2021-05-30 23:04:17 +02:00
## How to run the binary version
`./gickup path-to-conf.yml`
2021-05-30 23:04:17 +02:00
## 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
2021-12-12 13:44:13 +01:00
```
2022-02-25 09:32:40 +01:00
## 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
2021-12-12 13:44:13 +01:00
## Distribution Packages
|Distribution|Package|Maintainer|
|---|---|---|
2023-02-06 11:08:40 +01:00
|Arch|[gickup](https://aur.archlinux.org/packages/gickup/)|[me](https://github.com/cooperspencer)|
2023-09-07 10:15:54 +02:00
|Homebrew|[gickup](https://formulae.brew.sh/formula/gickup#default)||
|Fedora|[gickup](https://copr.fedorainfracloud.org/coprs/frostyx/gickup/)|[FrostyX](https://github.com/FrostyX)|
2021-12-12 13:44:13 +01:00
## 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.
2022-02-25 09:51:50 +01:00
## Future Ideas
- Additional VCS
- [GitBucket](https://gitbucket.github.io/)
- Add minio as a destination