Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 895 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 895 Bytes

Outatime

For users of versioned AWS S3 buckets. This command-line tool will allow you to download a snapshot of the files in that bucket from a given point in time.

Installation

Add this line to your application's Gemfile:

gem 'outatime'

And then execute:

$ bundle

Or install it yourself as:

$ gem install outatime

Usage

outatime -r {region} -b {bucket name} -f {date} -p {s3 subdirectory} --d {local path} --o {aws profile name}

Example:

outatime -r us-east-1 -b my-bucket -f '21 Oct 2015' -p schematics/hoverboard -d ~/docs -o aws-profile

Development

After checking out the repo, run bundle to install dependencies. Then, run rake spec to run the tests.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pressednet/outatime.

LICENSE

MIT License, see LICENSE for details.