X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=README;h=601c043182bf1fea683dfb9acd0452faf64dea88;hb=ac2119cf623ab1c2ea2a4e46005c2eee94a85ec0;hp=98717989177903a40eb7a4b04df4e916f3d1264b;hpb=f0d858f0a77ccff3d4a71fca37823882bf135670;p=cumulus.git diff --git a/README b/README index 9871798..601c043 100644 --- a/README +++ b/README @@ -6,6 +6,10 @@ How to Build Dependencies: - libuuid (sometimes part of e2fsprogs) - sqlite3 + - 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/ Building should be a simple matter of running "make". This will produce an executable called "cumulus". @@ -146,6 +150,7 @@ 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 To copy backup snapshots from one storage area to another, the cumulus-sync command can be used, as in