Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/princeofpuppers/git-backup-system
- Owner: PrinceOfPuppers
- Created: 2021-02-07T12:23:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T09:20:55.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T03:44:25.255Z (2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```