X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=README;h=b6345ccf541d3eb47aedc13ba1bc8cf783bd65d2;hb=8b4b764f036d9ac945d36a1966f2eb284c4f44a3;hp=82fed7d421cce987228d51bfb590daa6f2d578ad;hpb=65edb87a0b8a578b4a7221478a851d71df21fab0;p=cumulus.git diff --git a/README b/README index 82fed7d..b6345cc 100644 --- a/README +++ b/README @@ -6,8 +6,14 @@ How to Build Dependencies: - libuuid (sometimes part of e2fsprogs) - sqlite3 + - Python (2.7 or later, or 3.2 or later) + - Python six, a Python 2/3 compatibility library + https://pypi.python.org/pypi/six - boto, the python interface to Amazon's Web Services (for S3 storage) http://code.google.com/p/boto + - paramiko, SSH2 protocol for python (for sftp storage) + http://www.lag.net/paramiko/ + - Boost (smart_ptr) Building should be a simple matter of running "make". This will produce an executable called "cumulus". @@ -148,6 +154,12 @@ Supported URL forms are s3://bucket/path Storage in Amazon S3 (Expects the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables to be set appropriately) + sftp://server/path Storage on sftp server + (note that no password authentication or password protected + authorization keys are not supported atm and config options + like port or individual authorization keys are to be + configured in ~/.ssh/config and the public key of the + server has to be in ~/.ssh/known_hosts) To copy backup snapshots from one storage area to another, the cumulus-sync command can be used, as in