https://github.com/srid/codebackup
Backup your Github and Bitbucket repositories
https://github.com/srid/codebackup
Last synced: 8 months ago
JSON representation
Backup your Github and Bitbucket repositories
- Host: GitHub
- URL: https://github.com/srid/codebackup
- Owner: srid
- Created: 2010-04-12T01:13:25.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-12T02:11:45.000Z (about 16 years ago)
- Last Synced: 2025-01-31T12:04:59.741Z (over 1 year ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/codebackup
- Size: 87.9 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
codebackup
==========
A simple command line tool to backup all of your Github and Bitbucket
repositories to the specified directory.
Installing
----------
Use one of the following commands (the later works in ActivePython)::
$ sudo pip install codebackup
$ pypm install codebackup
Usage
-----
::
$ codebackup --github-user=srid --bitbucket-user=srid ~/Dropbox/codebackup
Credits
-------
- `github-simple-backup`_, original inspiration
- `Distribute`_
- `Buildout`_
- `modern-package-template`_
.. _`github-simple-backup`: http://github.com/jbalogh/github-simple-backup
.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template