0.07
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Library and command line tool for backing up GitHub repositories
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6.7
~> 5.5.0
>= 0

Runtime

~> 3.7
 Project Readme

github-backup

Build Status Code Climate

Back up your Github repositories locally.

To install it as a Gem, just run:

$ gem install github-backup

To use it:

$ github-backup ddollar /path/to/my/backup/root

Authenticated Usage

Seamless authentication using .gitconfig defaults

You will need a ~/.gitconfig file in place with a [github] section

See: http://github.com/guides/tell-git-your-user-name-and-email-address

Specify authentication at the command line

If you don't have a [github] section set up in your ~/.gitconfig file, you can provide your Github OAuth access token at the command line.

License

MIT License

Authorship

Created by David Dollar

Fixed for Github v3 by Gareth Rees

Other Contributors

Copyright

Copyright (c) 2010 David Dollar.