An open API service indexing awesome lists of open source software.

https://github.com/itsteknas/gitlabbackuputil

A small node project to clone all existing gitlab projects into your local filesystem.
https://github.com/itsteknas/gitlabbackuputil

backup backup-script clone git gitlab gitlab-api

Last synced: about 1 month ago
JSON representation

A small node project to clone all existing gitlab projects into your local filesystem.

Awesome Lists containing this project

README

        

# 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)

```javascript
npm install -g gitlab-backup-util
gitlab-backup-util -t 'your-gl-token-here'
```

### Backup using ssh
```javascript
gitlab-backup-util -t 'your-gl-token-here' -m ssh
```

#### Future Scope
* - [✔] If the repository already exists, `git pull` instead of cloning
* - [ ] Gui for entering token

### Thats It :rocket:, Now go backup