Clones all your GitHub public repositories to your machine
- curl
- jq
Before starting the script, you need to generate personal access token on GitHub (with full repo access). Follow this guide - link
Afterwards, navigate to the folder, where you want to store repos:
mkdir -p /some/path/to/folder/with/backups
cd /some/path/to/folder/with/backups
Run the script:
bash <(curl -s https://raw.githubusercontent.com/RomaniukVadim/backup-my-github/master/backup.sh)