1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-09-16 21:31:40 +02:00
Backup all your repositories with Ease.
Go to file
2023-06-04 08:30:02 +02:00
.github build release for arm64/v8 2023-03-03 07:28:44 +01:00
bitbucket Backup description and visibility (#146) 2023-04-23 21:11:12 +02:00
gitea implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
github implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
gitlab implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
gogs implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
local implement filters for github (#137) 2023-02-20 16:05:01 +01:00
logger chore: add linting (#101) 2022-03-20 11:25:11 +01:00
metrics added gotify and ntfy to notify (#147) 2023-05-02 16:40:56 +02:00
onedev implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
sourcehut Backup description and visibility (#146) 2023-04-23 21:11:12 +02:00
types implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
whatever implement filters for github (#137) 2023-02-20 16:05:01 +01:00
.gitignore implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
.golangci.yml chore: add linting (#101) 2022-03-20 11:25:11 +01:00
.goreleaser.yml
conf.example.yml implemented exclude forks (#155) 2023-06-04 08:30:02 +02:00
docker-compose.yml Documentation: add information about cron / timezone and saving to Docker volume locally (#88) 2022-02-07 08:18:36 +01:00
Dockerfile Update Dockerfile (#102) 2022-03-20 13:05:10 +01:00
gickup.png added logo 2023-01-10 09:10:34 +01:00
go.mod Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 (#150) 2023-06-02 16:17:21 +02:00
go.sum Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 (#150) 2023-06-02 16:17:21 +02:00
justfile added just file 2022-10-17 12:08:04 +02:00
LICENSE
main_test.go chore: add linting (#101) 2022-03-20 11:25:11 +01:00
main.go Push notification not on all runs (#152) 2023-05-16 09:39:46 +02:00
Makefile chore: add linting (#101) 2022-03-20 11:25:11 +01:00
README.md Update README.md 2023-02-06 11:08:40 +01:00

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