Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamcsk1/gitlab-repositories-backup-script

A simple bash script for cloning your all GitLab repositories.
https://github.com/adamcsk1/gitlab-repositories-backup-script

gitlab

Last synced: 3 months ago
JSON representation

A simple bash script for cloning your all GitLab repositories.

Awesome Lists containing this project

README

        

A simple bash script for cloning your  all GitLab repositories.

# Pre requirements

- Setup an SSH-KEY for your GitLab account.
- A personal access token. (Scopes: read_api, read_repository)

# Config parameters

- _PRIVATE_TOKEN_: Your GitLab personal access token
- _BACKUP_FOLDER_: Backup folder

# Notes

- *Caution*: The script will remove the folders that were downloaded previously.