You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Andreas Wachter 80529e1999 build release for arm64/v8 3 weeks ago
.github build release for arm64/v8 3 weeks ago
bitbucket Logging dont die because of everything (#139) 1 month ago
gitea backup contributed repos from github (#141) 3 weeks ago
github backup contributed repos from github (#141) 3 weeks ago
gitlab backup contributed repos from github (#141) 3 weeks ago
gogs backup contributed repos from github (#141) 3 weeks ago
local implement filters for github (#137) 1 month ago
logger chore: add linting (#101) 1 year ago
metrics improved prometheus metrics (#134) 1 month ago
onedev backup contributed repos from github (#141) 3 weeks ago
sourcehut backup contributed repos from github (#141) 3 weeks ago
types backup contributed repos from github (#141) 3 weeks ago
whatever implement filters for github (#137) 1 month ago
.gitignore chore: add linting (#101) 1 year ago
.golangci.yml chore: add linting (#101) 1 year ago
.goreleaser.yml Adds archive format override for Windows to use ZIP 1 year ago
Dockerfile Update Dockerfile (#102) 1 year ago
LICENSE init 2 years ago
Makefile chore: add linting (#101) 1 year ago
README.md Update README.md 2 months ago
conf.example.yml implement filters for github (#137) 1 month ago
docker-compose.yml Documentation: add information about cron / timezone and saving to Docker volume locally (#88) 1 year ago
gickup.png added logo 2 months ago
go.mod backup contributed repos from github (#141) 3 weeks ago
go.sum backup contributed repos from github (#141) 3 weeks ago
justfile added just file 5 months ago
main.go set warning if no destinations are configured 3 weeks ago
main_test.go chore: add linting (#101) 1 year ago

README.md

Build and Publish

GICKUP

gickup

Backup all the repositories.

A lot of hosters are already supported, but if you see that there is one missing, feel free to create a MR or open an issue and I will take care of it.

You can clone/mirror repositories from:

  • Github
  • Gitlab
  • Gitea
  • Gogs
  • Bitbucket
  • OneDev
  • Sourcehut
  • Any

You can clone/mirror them to:

  • Gitlab
  • Gitea
  • Gogs
  • Local

Official Documentation

How to make a configuration file

Here is an example

How to run the binary version

./gickup path-to-conf.yml

How to run the Docker image

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

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 me

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
  • Add minio as a destination