GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Brackup::Target::Riak(3) User Contributed Perl Documentation Brackup::Target::Riak(3)

Brackup::Target::Riak - backup to a Riak key-value store

In your ~/.brackup.conf file:

  [TARGET:riak1]
  type = Riak
  riak_host_url = http://192.168.1.1:8098/
  riak_r = 1
  riak_bucket_prefix = brackup-test

All options may be omitted unless specified.
type
(Mandatory.) Must be "Riak".
riak_host_url
URL specifying your riak cluster endpoint. Default: http://127.0.0.1:8098/.
riak_r
riak read quorum - how many replicas need to agree when retrieving an object. Default: 2.
riak_w
riak write quorum - how many replicas to write to before returning success. Default: 2.
riak_dw
riak durable write quorum - how many replicas to write to durable storage before returning success. Default: 2.
riak_bucket_prefix
Prefix to use on riak buckets. Probably only worth changing if you want to store (and separate) multiple brackups in a riak cluster. Default: brackup.

Brackup::Target

Net::Riak -- required module to use Brackup::Target::Riak

Gavin Carr <gavin@openfusion.com.au>.

Copyright (c) 2010 Gavin Carr.

This module is free software. You may use, modify, and/or redistribute this software under the same terms as perl itself.

2010-11-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.