1
1
mirror of https://github.com/cooperspencer/gickup synced 2025-04-21 00:07:54 +02:00
Backup all your repositories with Ease.
Go to file
Andreas Wachter 42e0aa353c checkout repo
2021-12-09 19:39:33 +01:00
.github/workflows checkout repo 2021-12-09 19:39:33 +01:00
.gitignore added function to exclude repos 2021-12-02 18:43:39 +01:00
.goreleaser.yml new releaser config 2021-12-02 08:20:19 +01:00
config.example.yml Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
docker-compose.yml Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
Dockerfile Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
go.mod upgraded libraries 2021-12-03 10:17:33 +01:00
go.sum upgraded libraries 2021-12-03 10:17:33 +01:00
LICENSE init 2021-05-30 23:04:17 +02:00
main.go added --dryrun 2021-12-09 19:24:22 +01:00
README.md Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
types.go added version, added exclude organizations 2021-12-03 21:34:46 +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 an Configuration file?

Here is an example

How to run the Binary version

./gickup path-to-config.yml

How to run the Docker image

mkdir gickup
wget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml
nano config.yml # Make here your config
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 config.yml # Make here your config
docker-compose build
docker-compose up