Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Backup My Github | 98 | 5 years ago | 1 | wtfpl | Shell | |||||
Clones all your repositories to local machine | ||||||||||
Backup My Github | 32 | 5 years ago | wtfpl | Shell | ||||||
Clones all your repository to your local machine | ||||||||||
Bitwardenbackup | 21 | a year ago | mit | Shell | ||||||
Backup Bitwarden vault including attachments | ||||||||||
Sconb | 14 | 2 | 2 | 7 years ago | 12 | April 25, 2016 | mit | Ruby | ||
Ssh CONfig Buckup tool. | ||||||||||
Backup | 5 | 5 years ago | Shell | |||||||
My personal backup script | ||||||||||
Mattermost Update | 3 | 4 years ago | 1 | mit | Shell | |||||
Simple script for comfortable update of Mattermost | ||||||||||
Seene Backup | 3 | 7 years ago | Shell | |||||||
auto-backup of http://seene.co/ data | ||||||||||
Moss Music Backup | 2 | 6 years ago | gpl-3.0 | Shell | ||||||
Bash script that backs up the music and other files from Alexandria fileserver |
Clones all your GitHub public repositories to your machine
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)