Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/github-backup
Backup (clone and update) all public repositories of a GitHub user
https://github.com/bahamas10/github-backup
Last synced: about 2 months ago
JSON representation
Backup (clone and update) all public repositories of a GitHub user
- Host: GitHub
- URL: https://github.com/bahamas10/github-backup
- Owner: bahamas10
- License: bsd-3-clause
- Created: 2012-07-05T00:29:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T19:19:13.000Z (over 2 years ago)
- Last Synced: 2024-05-08T20:01:42.374Z (8 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
github-backup
=============Backup (clone and update) all public repositories of a GitHub user
**Now supports pagination!**
Usage
-----Run the script with a user as the first argument, and optionally
the destination directory as the second argument (defaults to `$PWD`)../github-backup [dest dir]
Example
-------mkdir backupdir
./github-backup bahamas10 backupdirDependencies
------------- `jq`
License
-------BSD 3 Clause License. See LICENSE for more details.