1
1
Fork 0
mirror of https://github.com/cooperspencer/gickup synced 2024-07-27 09:09:50 +02:00
Backup all your repositories with Ease.
Go to file
dependabot[bot] 1d0fda2def
Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#246)
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.5 to 0.7.7.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.5...v0.7.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 12:13:41 +02:00
.github use ubuntu docker file 2023-10-30 07:29:34 +01:00
bitbucket debug msgs and check if pushedat is nil (#227) 2024-04-15 08:09:38 +02:00
gitcmd fixed some backup path issues and reload issues (#220) 2024-04-04 07:31:28 +02:00
gitea debug msgs and check if pushedat is nil (#227) 2024-04-15 08:09:38 +02:00
github debug msgs and check if pushedat is nil (#227) 2024-04-15 08:09:38 +02:00
gitlab enable push to gitlab (#233) 2024-04-16 13:34:05 +02:00
gogs debug msgs and check if pushedat is nil (#227) 2024-04-15 08:09:38 +02:00
local added zip function (#240) 2024-05-10 11:48:48 +02:00
logger added sublogger to gitea (#178) 2023-10-04 10:55:24 +02:00
metrics
onedev debug msgs and check if pushedat is nil (#227) 2024-04-15 08:09:38 +02:00
sourcehut debug msgs and check if pushedat is nil (#227) 2024-04-15 08:09:38 +02:00
types implemented mirror using gickup and not giteas mirror function (#225) 2024-04-15 07:10:49 +02:00
whatever configure a user to clone to. for structured cloning (#219) 2024-04-03 08:24:23 +02:00
zip added zip function (#240) 2024-05-10 11:48:48 +02:00
.gitignore implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
.golangci.yml exclude tagalign 2023-10-04 12:16:54 +02:00
.goreleaser.yml
Dockerfile updated archiver (#175) 2023-10-03 15:53:43 +02:00
Dockerfile.ubuntu added git lfs for mirrors (#204) 2024-02-19 08:42:35 +01:00
LICENSE
Makefile
README.md Add Fedora package to the README (#245) 2024-06-22 16:24:17 +02:00
conf.example.yml enable push to gitlab (#233) 2024-04-16 13:34:05 +02:00
docker-compose.yml
gickup.png
go.mod Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#246) 2024-06-25 12:13:41 +02:00
go.sum Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#246) 2024-06-25 12:13:41 +02:00
justfile
main.go enable push to gitlab (#233) 2024-04-16 13:34:05 +02:00
main_test.go

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

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