Skip to content

moisesjbc/github-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Backup

A bash script for cloning all the Github public repositories of a given user

Installing the script (Tested on Ubuntu 14.04)

  1. Install the dependencies
sudo apt-get install curl git zip
  1. Clone this repository (if you haven't done yet).
git clone https://github.com/moisesjbc/github-backup.git
  1. Run the install script
cd github-backup
./install.sh

Using the script

Simply run:

github-backup.sh <username>

where <username> is your Github username. For example, if you want to backup all of my repositories, simply run

github-backup.sh moisesjbc

About

A bash script for cloning all the PUBLIC Github repositories of a given user.

Resources

License

Stars

Watchers

Forks

Packages

No packages published