Sha256: 89074da50c08a32241056489b847d5019dac47481f0358ca63d5bcbb6b0f1c56
Contents?: true
Size: 1.86 KB
Versions: 1
Compression:
Stored size: 1.86 KB
Contents
Octoclone ========= _ | | ___ ____| |_ ___ ____| | ___ ____ ____ / _ \ / ___) _)/ _ \ / ___) |/ _ \| _ \ / _ ) | |_| ( (___| |_| |_| ( (___| | |_| | | | ( (/ / \___/ \____)\___)___/ \____)_|\___/|_| |_|\____) A GitHub backup solution that just works! (based on GitHub API v3) Installation ------------ Make sure you have rvm (https://rvm.io/) installed with ruby >= 1.9.2, then run $ bundle install Usage ----- Make sure that the key file of the entered username is added to GitHub (entering username and password is not enough) You may add `~/.ssh/id_rsa.pub` to your GitHub account by running $ ruby octoclone.rb -k Or if you want to add a custom key, run $ ruby octoclone.rb -ki "~/.ssh/id_dsa.pub" You may remove keys interactively with $ ruby octoclone.rb -x Now you may run $ ruby octoclone.rb -cd "/path/to/backup/dir" Tarballs -------- Tarballs are made from whatever that is cloned. So if you specify `--public`, only public repositories of the target users are included in the tarball. Tarballs are created using the `-a` option Uploading to Amazon S3 ---------------------- In order to upload to S3, first you must specify `key_id`, `secret` and `bucket` in the `s3_cred.yml` file. A sample file is included, you may rename and fill it with your own credientials. Also, to upload cloned files to S3, you must create a tarball, which itself needs the `-c` option to clone files. The uploaded tarball will be named like `2012-11-15_11-19-02_octoclone_backup.tgz`. So to backup all your repos, tarball them and upload them to S3, simply run: $ ruby octoclone.rb -ca --s3 by default, tarball and cloned files are stored in `/tmp`. Further help ------------ $ ruby octoclone.rb --help
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
octoclone-0.1.0 | README.md |