Sha256: 6aaa14049ffa23ef96bcf3af5224777c224bef4c274cd104702ea09a0d334abc

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

# Backy
![bucky.png](bucky.png)
<small>Bucky the Backy Beaver</small>

Introducing "Backy" - the ultimate database backup gem for Ruby on Rails applications! Safeguard your valuable data with ease, speed, and reliability. Developed with the Rails community in mind, Backy provides a comprehensive solution for handling your database backups, ensuring your information is safe and sound.

## Installation Rails

Add gem to gemfile

gem 'backy'

Create initializer `config/initializers/backy.rb`

```ruby
Backy.configure do |config|
  config.s3_access_key = ""
  config.s3_secret = ""
  config.s3_bucket = ""
  config.s3_region = ""
end
```

## Usage

TODO

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backy_rb-0.1.3 README.md