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

https://github.com/mkg20001/github-backup

Backup all your GitHub repos
https://github.com/mkg20001/github-backup

backup github script

Last synced: 4 months ago
JSON representation

Backup all your GitHub repos

Awesome Lists containing this project

README

          

# github-backup
Backup all your GitHub repos.

# Usage
`bash github-backup.sh [stagit] [org] [extended]`

**Note: Stagit requires `libgit2-dev` to compile**

# Result

```
USER
├── USER_repos.json
├── repos
│   ├── REPO.json (json information if 'extended')
│   └── REPO (bare repo)
├── stagit
│   ├── index.html
│   └── REPO (html generated by stagit)
└── stagit.cache
└── REPO (stagit cache)
```