1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-10-18 13:48:07 +02:00
Backup all your repositories with Ease.
Go to file
2022-02-26 08:08:31 +01:00
.github/workflows push docker only on tag 2021-12-22 17:11:04 +01:00
bitbucket #95 set user to username in bitbucket if empty 2022-02-25 09:16:15 +01:00
gitea gitea got the repositories twice 2022-02-22 07:47:32 +01:00
github addresses #92. ls-remote before pulling or cloning (#93) 2022-02-24 13:00:17 +01:00
gitlab fix: use gitlab namespace path instead of owner (#99) 2022-02-26 08:08:31 +01:00
gogs implemented includeorgs parameter 2022-01-27 18:36:41 +01:00
local addresses #92. ls-remote before pulling or cloning (#93) 2022-02-24 13:00:17 +01:00
logger Set log level based on --quiet and --silent (#72) 2021-12-29 07:29:30 +01:00
metrics/prometheus Adds Prometheus metrics when in scheduled mode (#62) 2021-12-29 07:31:19 +01:00
types #94 remove new lines in token files. 2022-02-24 21:22:10 +01:00
.gitignore add an include parameter 2021-12-13 11:53:20 +01:00
.goreleaser.yml Adds archive format override for Windows to use ZIP 2021-12-13 00:01:26 -05:00
conf.example.yml feat: backup starred repos (#89) 2022-02-22 07:42:05 +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 CMD to ENTRYPOINT in docker (#85) 2022-01-13 10:34:14 +01:00
go.mod updated dependencies 2022-02-22 08:15:54 +01:00
go.sum updated dependencies 2022-02-22 08:15:54 +01:00
LICENSE init 2021-05-30 23:04:17 +02:00
main_test.go Extracts tilde-in-home check and tests it (#45) 2021-12-17 06:37:43 +01:00
main.go updated dependencies 2022-02-22 08:15:54 +01:00
README.md Update README.md 2022-02-25 09:51:50 +01:00

Build and Publish

GICKUP

You can clone/mirror repositories from:

  • Github
  • Gitlab
  • Gitea
  • Gogs
  • Bitbucket

You can clone/mirror them to:

  • Gitlab
  • Gitea
  • Gogs
  • Local

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 zhulik

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