Skip to content

NeuralNoise/backup-my-github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clones all your repositories to local machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%