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.