Project

savior

0.0
No commit activity in last 3 years
No release in over 3 years
MySQL database backups to AWS S3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 1.3.3
 Project Readme

Savior

Build Status

Savior is a ruby library (gem) that provides easy to setup MySQL database backups to Amazon AWS S3

Installation

gem install savior

Setup and run

To run you can use the executable:

savior -c path/to/config.yml

Config file is a simple YAML file:

:database:
  :user: myuser
  :database_name: production_db
  :password: super_secret
:storage:
  :access_key_id: 123123123
  :secret_access_key: abcabcabcabc
  :bucket_name: aws-s3-bucket-name

Gem is in very early stage and needs a lot of improvements but should work.