Well, just the suite of the article concerning the backup of gitlab repositories, there is a subfolder in this repository that build an OCI image to backup gitlab repositories and copy the archives to S3
gitlab-backup2s3
gitlab-backup2s3 is an enhanced docker image to export gitlab projects, encrypt the…
Source code is here : https://github.com/sgaunet/gitlab-backup
gitlab-backup
This project is for backup gitlab projects. I’m an ops, not a dev, the code will be improved soon.
Usage
To download every projects of a group :
export GITLAB_TOKEN="...."
export GITLAB_URI="https://your-gitlab-uri" # Optional, default https://gitlab.com
gitlab-backup -gid <main_group_id> [-o <path_to_save_archives>]
To download a single…
GVM provides an interface to manage Go versions.
Install
Follow the README :
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
Replace by zsh if you use zsh. You will need to restart the terminal.
Install go
Install go version 1.14.6 :
$ gvm install go1.14.6…