Sha256: c13704b2c35c9a274cf76e1a6a61df8333528702c4bb87d486268ae20324251a
Contents?: true
Size: 1.31 KB
Versions: 4
Compression:
Stored size: 1.31 KB
Contents
= new_backup - Backup and obfuscate an RDS instance, storing results in an S3 bucket Author:: Tamara Temple (tamara.temple@novu.com) Copyright:: Copyright (c) 2013 Novu, LLC License:: mit, see LICENSE.txt new_backup creates a snapshot of an RDS instance, and then dumps the snapshot to a file, compressing it, and saving that file to S3. It also runs a script to obfuscate the database snapshot, dumps and compresses the cleaned database, and saves that file to S3 as well. == Links * {Source on Github}[https://github.com/novu/new-backup] == Install To install, enter the following: $ gem install new-backup This is a stand-alone utility, so it would probably be best to install this gem at a system-wide level. == Examples Run the backup using the info as specified in the file `config.yml` $ new-backup config.yml Turn on debug-level logging: $ new-backup --log-level debug config.yml For help, run: $ new-backup --help == Configuration The `sample-config.yml` file contains the necessary elements to configure the script. Copy it and modify it so it meets your needs. == Contributing * Fork it * Create your feature branch (`git checkout -b my-new-feature`) * Commit your changes (`git commit -am 'Add some feature'`) * Push to the branch (`git push origin my-new-feature`) * Create new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
new_backup-1.0.4 | README.rdoc |
new_backup-1.0.3 | README.rdoc |
new_backup-1.0.2 | README.rdoc |
new_backup-1.0.1 | README.rdoc |