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
2021-12-17 08:28:45 +01:00
.github/workflows checkout repo 2021-12-09 19:39:33 +01:00
bitbucket added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
gitea added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
github added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
gitlab gitlab group repos do not return an owner 2021-12-17 08:27:16 +01:00
gogs added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
local added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
logger Added logger functionality 2021-12-13 08:15:48 +01:00
types added structured checkout mode (#44) 2021-12-16 17:22:44 +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
config.example.yml added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
docker-compose.yml Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
Dockerfile Adds tzdata to enable setting time zone in cron specifier 2021-12-16 23:15:45 -05:00
go.mod Added logger functionality 2021-12-13 08:15:48 +01:00
go.sum Added logger functionality 2021-12-13 08:15:48 +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 Extracts tilde-in-home check and tests it (#45) 2021-12-17 06:37:43 +01:00
README.md updated Readme 2021-12-12 13:44:13 +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

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.