mmarschall/s3db-backup

Refactor code base from a messy script to tested classes

mmarschall opened this issue · 0 comments

s3db-backup <= 0.6.4 is basically a set of ruby scripts with lots of duplication. Even worse, it does not have a single test. This makes changing the code very hard and dangerous.

s3db-backup should be fully tested with rspec and should be separated into maintainable ruby classes to simplify further development.