Project

bkwrapper

0.0
No commit activity in last 3 years
No release in over 3 years
A simple wrapper for your database backup commands and s3 api.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 10.4.2
 Project Readme

#Bkwrapper

On my work, we have several projects, each one running on top of different databases - postgres, mysql, mongodb... - and I always forget the backup command for each one of them.

That's why I've written this gem: To wrap up the backup commands so that I only have to remember one backup syntax.

As part of my needs, it also uplods the generated backup file to an amazon s3 account.

##Usage

bkwrapper [pg|mysql] [name-of-your-project] [name-of-your-database] [database-username] [database-password] [s3-access-key-id] [s3-secret-access-key] [s3-bucket-name]