Project

dustcart

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
CLI tool to send files/db_dump to S3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0
>= 0
~> 3.0

Runtime

 Project Readme

Dustcart

Gem Version CircleCI Code Climate Test Coverage Issue Count

Dustcart is simple server backup tool inspired by backup

Installation

Install it yourself as:

$ gem install dustcart

Basic usage

Create your configuration file.

  • The file instructs which file/directory to backup and to which S3 bucket.
  • This file would contain sensitive information (such as AWS credential), so it should be have file mode 600.
  • Sample is here

Then Kick command:

$ dustcart exec -f YOUR_CONFIGURATION_FILE
  • -f YOUR_CONFIGURATION_FILE can be omitted. In that case, ~/.dustcart/default.rb will be used.

Details

Please read the sample file.

Contributing

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