1.1.0 • Published 5 years ago
gitlab-backup-util v1.1.0
GitlabBackupUtil
A Small utility to backup all of your gitlab repositories to local filesystem. You never know when international laws change and you loose access to your repos.
How to Backup
Backup using http (default)
npm install -g gitlab-backup-util
gitlab-backup-util -t 'your-gl-token-here'Backup using ssh
gitlab-backup-util -t 'your-gl-token-here' -m sshFuture Scope
- ✔ If the repository already exists,
git pullinstead of cloning
- ✔ If the repository already exists,
- Gui for entering token