Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 backupdir

Dependencies
------------

- `jq`

License
-------

BSD 3 Clause License. See LICENSE for more details.