1
1
mirror of https://github.com/cooperspencer/gickup synced 2025-08-20 18:44:24 +02:00
Backup all your repositories with Ease.
Go to file
2025-04-05 15:21:06 +02:00
.github added cloning of gists (#274) 2024-09-28 15:48:20 +02:00
bitbucket Fix bitbucket source, add temp token support to s3 dest (#302) 2025-03-23 15:05:12 +01:00
gitcmd fix: Don't call git commands twice (#305) 2025-03-25 08:52:48 +01:00
gitea added exit code when an error occured (#289) 2025-01-05 08:52:11 +01:00
github use no user for token auth if token is used 2025-04-05 15:21:06 +02:00
gitlab added exit code when an error occured (#289) 2025-01-05 08:52:11 +01:00
gogs added exit code when an error occured (#289) 2025-01-05 08:52:11 +01:00
local Fix bitbucket source, add temp token support to s3 dest (#302) 2025-03-23 15:05:12 +01:00
logger added exit code when an error occured (#289) 2025-01-05 08:52:11 +01:00
metrics
onedev added exit code when an error occured (#289) 2025-01-05 08:52:11 +01:00
s3 add support for specifying storageclass for S3 dest (#307) 2025-04-01 08:13:42 +02:00
sourcehut added exit code when an error occured (#289) 2025-01-05 08:52:11 +01:00
types add support for specifying storageclass for S3 dest (#307) 2025-04-01 08:13:42 +02:00
whatever
zip add zip support for s3 destination (#304) 2025-03-25 19:16:01 +01:00
.gitignore
.golangci.yml
.goreleaser.yml
conf.example.yml add support for specifying storageclass for S3 dest (#307) 2025-04-01 08:13:42 +02:00
docker-compose.yml
Dockerfile updated dependencies and go version (#290) 2025-01-05 20:50:04 +01:00
Dockerfile.ubuntu updated dependencies and go version (#290) 2025-01-05 20:50:04 +01:00
gickup_spec.json add support for specifying storageclass for S3 dest (#307) 2025-04-01 08:13:42 +02:00
gickup.png
go.mod updated dependencies (#298) 2025-03-13 17:45:51 +01:00
go.sum updated dependencies (#298) 2025-03-13 17:45:51 +01:00
justfile updated dependencies (#298) 2025-03-13 17:45:51 +01:00
LICENSE
main_test.go
main.go add support for specifying storageclass for S3 dest (#307) 2025-04-01 08:13:42 +02:00
Makefile
README.md fix docs link (#281) 2024-10-24 18:11:07 +02:00

logo
GICKUP

Backup your Git repositories with ease.

WebsiteGitHubDocs

Build and Publish

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
  • Any

You can clone/mirror repositories to:

  • Github
  • Gitlab
  • Gitea
  • Gogs
  • OneDev
  • Sourcehut
  • Local
  • S3

If 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

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