DarkSuniuM / Gitlab-Backup

Easily backup/export your gitlab content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GITLAB BACKUP SCRIPT

Usage:

  1. Create a virtual environment => python3 -m virtualenv .venv
  2. Activate your virtual environment => source .venv/bin/active # Windows: ./.venv/Scripts/activate.bat
  3. Install dependencies => pip install -r requirements.txt
  4. Fill up config.py file.
  5. Run python export_repos_urls.py [SSH|HTTP], Use SSH if you have SSH Keys, otherwise use HTTP
  6. Run download_exports.py

About

Easily backup/export your gitlab content


Languages

Language:Python 100.0%