1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-10-18 13:48:07 +02:00
Backup all your repositories with Ease.
Go to file
2021-12-14 08:45:13 +01:00
.github/workflows checkout repo 2021-12-09 19:39:33 +01:00
bitbucket add an include parameter 2021-12-13 11:53:20 +01:00
gitea improved gitlab, gitea and gogs organization/group clones 2021-12-14 08:45:13 +01:00
github add an include parameter 2021-12-13 11:53:20 +01:00
gitlab improved gitlab, gitea and gogs organization/group clones 2021-12-14 08:45:13 +01:00
gogs improved gitlab, gitea and gogs organization/group clones 2021-12-14 08:45:13 +01:00
local switched from panic to fatal 2021-12-13 08:39:38 +01:00
logger Added logger functionality 2021-12-13 08:15:48 +01:00
types add an include parameter 2021-12-13 11:53:20 +01:00
.gitignore add an include parameter 2021-12-13 11:53:20 +01:00
.goreleaser.yml Adds archive format override for Windows to use ZIP 2021-12-13 00:01:26 -05:00
config.example.yml add an include parameter 2021-12-13 11:53:20 +01:00
docker-compose.yml Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
Dockerfile Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
go.mod Added logger functionality 2021-12-13 08:15:48 +01:00
go.sum Added logger functionality 2021-12-13 08:15:48 +01:00
LICENSE
main.go improved gitlab, gitea and gogs organization/group clones 2021-12-14 08:45:13 +01:00
README.md updated Readme 2021-12-12 13:44:13 +01:00

Build and Publish

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?

Here is an example

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.