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
Andreas Wachter 8de9d0f16f
added git lfs for mirrors (#204)
* added git lfs for mirrors

* added openssh-client to ubuntu image

* working push on all branches

* fetch after clone and before pull to get all branches

* checkout all branches is not needed

* fix fetch
2024-02-19 08:42:35 +01:00
.github use ubuntu docker file 2023-10-30 07:29:34 +01:00
bitbucket added sublogger to gitea (#178) 2023-10-04 10:55:24 +02:00
gitcmd added git lfs for mirrors (#204) 2024-02-19 08:42:35 +01:00
gitea backup issues from github (#185) 2023-12-01 07:58:53 +01:00
github backup issues from github (#185) 2023-12-01 07:58:53 +01:00
gitlab get gitlab user (#201) 2024-01-25 07:40:36 +01:00
gogs backup issues from github (#185) 2023-12-01 07:58:53 +01:00
local added git lfs for mirrors (#204) 2024-02-19 08:42:35 +01:00
logger added sublogger to gitea (#178) 2023-10-04 10:55:24 +02:00
metrics added gotify and ntfy to notify (#147) 2023-05-02 16:40:56 +02:00
onedev backup issues from github (#185) 2023-12-01 07:58:53 +01:00
sourcehut added sublogger to gitea (#178) 2023-10-04 10:55:24 +02:00
types backup issues from github (#185) 2023-12-01 07:58:53 +01: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 exclude tagalign 2023-10-04 12:16:54 +02:00
.goreleaser.yml Adds archive format override for Windows to use ZIP 2021-12-13 00:01:26 -05:00
conf.example.yml backup issues from github (#185) 2023-12-01 07:58:53 +01: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 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
gickup.png added logo 2023-01-10 09:10:34 +01:00
go.mod Reload config (#199) 2024-01-09 14:43:51 +01:00
go.sum Reload config (#199) 2024-01-09 14:43:51 +01:00
justfile added just file 2022-10-17 12:08:04 +02:00
LICENSE init 2021-05-30 23:04:17 +02:00
main_test.go chore: add linting (#101) 2022-03-20 11:25:11 +01:00
main.go added git lfs for mirrors (#204) 2024-02-19 08:42:35 +01:00
Makefile chore: add linting (#101) 2022-03-20 11:25:11 +01:00
README.md Update README.md 2023-09-07 10:15:54 +02: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:

  • Github
  • Gitlab
  • Gitea
  • Gogs
  • OneDev
  • Sourcehut
  • 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
Homebrew gickup

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