Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adamcsk1/gitlab-repositories-backup-script
- Owner: adamcsk1
- Archived: true
- Created: 2024-07-06T06:29:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:58:21.000Z (5 months ago)
- Last Synced: 2024-09-25T21:41:50.832Z (3 months ago)
- Topics: gitlab
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.