- Retry exporting GitLab objects for
export_retry_count
times before exiting with error. - Update external libraries
- Fetch all groups and projects without upper limit
- Update external libraries
- 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
- Improve error reporting
- Update python dependencies
- Improve documentation
Initial stable public release