https://github.com/epappas/gitlab_backup
If you just need to take a copy of your gitlab repos with one command
https://github.com/epappas/gitlab_backup
backup backup-script gitlab
Last synced: about 2 months ago
JSON representation
If you just need to take a copy of your gitlab repos with one command
- Host: GitHub
- URL: https://github.com/epappas/gitlab_backup
- Owner: epappas
- License: mit
- Created: 2021-03-30T19:29:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T20:10:41.000Z (over 5 years ago)
- Last Synced: 2025-04-07T11:18:36.061Z (about 1 year ago)
- Topics: backup, backup-script, gitlab
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab backup
If you just need to take a copy of your gitlab repos with one command. This code is not actively maintained, use it as you wish.
## What does it do
Lists all of your project that you own, and base on their structure clones the repos in a directory structure as they exist in gitlab.
## How to use
- Depende on the [python-gitlab](https://python-gitlab.readthedocs.io/en/stable/cli-usage.html)
- Install the cli client
- Set your config as [described here](https://python-gitlab.readthedocs.io/en/stable/cli-usage.html#configuration)
- run `./backup.sh`
- done