Sha256: b2cb8f0e9ff477135097e5cb9f74650a2e57ba73028047e86b57a7461697c0f1
Contents?: true
Size: 803 Bytes
Versions: 5
Compression:
Stored size: 803 Bytes
Contents
Monsoon Gem ======================= Monsoon is a MongoDB backup tool that allows you to take backups and store them in Amazon S3. Usage ----- To install: gem install monsoon To Configure: Monsoon.configure do |config| config.bucket = "mongo_backups" config.key = "my_super_secret_aws_key" config.secret = "my_super_secret_aws_secret" config.mongo_uri = "mongodb://user:password@test.mongohq.com:10036/app_development" end To use: Monsoon.perform Requirements ---- `mongodump` must be installed on the system and available from anywhere on in the console. The gem also utilizes `tar` to compress the back so this, too, must be accessible form the command line. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
monsoon-0.6.1 | README.md |
monsoon-0.6 | README.md |
monsoon-0.5 | README.md |
monsoon-0.4 | README.md |
monsoon-0.3 | README.md |