Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlinhart/github-backup
Bash script to backup GitHub repositories
https://github.com/tlinhart/github-backup
backup bash github
Last synced: 3 days ago
JSON representation
Bash script to backup GitHub repositories
- Host: GitHub
- URL: https://github.com/tlinhart/github-backup
- Owner: tlinhart
- Created: 2019-08-17T06:52:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T09:41:11.000Z (10 months ago)
- Last Synced: 2024-03-25T10:55:53.060Z (10 months ago)
- Topics: backup, bash, github
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub backup
Simple Bash script to backup GitHub repositories locally. The script clones
both public and private repositories but excluding forks. It also tries to clone
wikis if available.To use it, set `BACKUP_DIR` (default `backup`) and `GITHUB_TOKEN` environment
variables and run the script.Dependencies:
- curl
- jq
- git