Clones all your repositories to your local machine
Go to file
glicOne 8e93d4e726
Upload files
2018-06-04 15:54:05 +03:00
LICENSE Upload files 2018-06-04 15:54:05 +03:00
README.md Upload files 2018-06-04 15:54:05 +03:00
backup.sh Upload files 2018-06-04 15:54:05 +03:00

README.md

Backup My GitHub Profile

Clones all your GitHub public repositories to your machine

Prerequisites

  • curl
  • jq

Using

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/ghaiklor/backup-my-github/master/backup.sh)

License

DWTFYWT