Skip to content

redpkg/gitlab-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitLab Mirror

Backup all repos from GitLab.

Usages

Copy .env.example to .env, and set up config.

// Your personal access tokens, need api scope.
PRIVATE_TOKEN=

// Group name you want backup, you can set subgroup like group/subgroup.
GROUP_NAME=

// Backup directory you want.
BACKUP_PATH=./mirrors

Run pipenv install install dependencies, and run pipenv run python main.py to start backup.

About

Backup all repos from GitLab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages