Class Backup::Database::Riak
In: lib/backup/database/riak.rb
Parent: Base

Methods

new   perform!  

Attributes

cookie  [RW]  Cookie is the Erlang cookie/shared secret used to connect to the node.
name  [RW]  Name is the name of the backup
node  [RW]  Node is the node from which to perform the backup.
riak_admin_utility  [RW]  Path to riak-admin utility (optional)

Public Class methods

Creates a new instance of the Riak adapter object

Public Instance methods

Performs the riak-admin command and outputs the data to the specified path based on the ‘trigger‘

[Validate]