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: 9 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:58:21.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T03:03:38.471Z (over 1 year 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.