Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/princeofpuppers/git-backup-system

tools for cloning/pulling all repos from a user
https://github.com/princeofpuppers/git-backup-system

Last synced: 10 days ago
JSON representation

tools for cloning/pulling all repos from a user

Awesome Lists containing this project

README

        

# git-backup-system
> tools for cloning/pulling all repos from a user

# INSTALL
```
git clone https://github.com/PrinceOfPuppers/git-backup-system.git
```

# USAGE
The Following is all done git-backup-system as CWD

## Cloning All Repos:
```
bash cloneRepos.sh GITHUB_USERNAME
```
This will clone all public repos of GITHUB_USERNAME to git-backup-system/repos

## Updating All Cloned Repos
```
bash updateRepos.sh
```