PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://bitbucket.org/mariusmarais/bitbucket-backup
Markdown | 28 lines | 14 code | 14 blank | 0 comment | 0 complexity | e56b987d3a6e8ab549b34ad8fbafa78a MD5 | raw file
Possible License(s): 0BSD
  1. # Bitbucket Backup
  2. A command line tool for backing up Bitbucket repos.
  3. ## Prerequisites
  4. * [Mercurial](http://mercurial.selenic.com/)
  5. * [Git](http://git-scm.com/)
  6. * [Ruby](http://www.ruby-lang.org/)
  7. To backup your repos you **must** have the Mercurial and/or the Git binaries on your path.
  8. ## Installation
  9. $ gem install bitbucket-backup
  10. ## Basic Usage
  11. $ bitbucket-backup {path-to-backup-to}
  12. ## License
  13. This backup tool is licensed under an ISC-style license.
  14. See the file 'LICENSE' for more details.