Releases: ngandrass/gitlab-group-backup
Releases · ngandrass/gitlab-group-backup
Version 1.4.0
Version 1.3.0
- Fetch all groups and projects without upper limit
- Update external libraries
Version 1.2.0
- Allow backup of multiple groups at the same time
- The
-g
/--group-id
CLI argument can be repeated to backup multiple groups within a single run.
Example:./main.py --gitlab-url=https://gitlab.com --access-token=0123456789ABCDEF --group-id=42 --group-id=1337
- The
Version 1.1.1
- Improve error reporting
- Update python dependencies
- Improve documentation
Version 1.1.0
This is the first stable release, implementing all base functions. See README.md
for more information :)