ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
467 stars 78 forks source link

Feature/no checkout flag #100

Closed stanop closed 1 week ago

stanop commented 2 years ago

As a gitlab.com user with many repos I would like to do complete history backups using the gitlabber tool to my own server. To do this it is enough to pull the repos without checking them out, which can save significant disk space and reduce number of backup-ed files. This can be done using --mirror flag on clone and fetch instead of pull when updating repos. Would be nice if you can merge this to official release. Thanks Stanislav