mirror of
https://github.com/cooperspencer/gickup
synced 2025-04-21 00:07:54 +02:00
Backup all your repositories with Ease.
|
||
---|---|---|
.github/workflows | ||
bitbucket | ||
gitea | ||
github | ||
gitlab | ||
gogs | ||
local | ||
logger | ||
types | ||
.gitignore | ||
.goreleaser.yml | ||
config.example.yml | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
GICKUP
You can clone/mirror repositories from:
- Github
- Gitlab
- Gitea
- Gogs
- Bitbucket
You can clone/mirror them to:
- Gitlab
- Gitea
- Gogs
- Local
How to make an Configuration file?
How to run the Binary version
./gickup path-to-config.yml
How to run the Docker image
mkdir gickup
wget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml
nano config.yml # Make here your config
docker-compose up
Compile the Binary version
go build .
Compile the Docker Image
git clone https://github.com/cooperspencer/gickup.git
cd gickup
nano docker-compose.yml # Uncomment the Build
nano config.yml # Make here your config
docker-compose build
docker-compose up
Distribution Packages
Distribution | Package | Maintainer |
---|---|---|
Arch | gickup | zhulik |
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.