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
- Host: GitHub
- URL: https://github.com/mkg20001/github-backup
- Owner: mkg20001
- License: gpl-3.0
- Created: 2016-12-30T15:15:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T00:03:35.000Z (over 4 years ago)
- Last Synced: 2025-09-22T00:49:34.979Z (4 months ago)
- Topics: backup, github, script
- Language: Shell
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```