X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=README;h=bb83b25dcb9b63c23b20aef8c4e1fbf21d325d1c;hp=601c043182bf1fea683dfb9acd0452faf64dea88;hb=f546e4df51cde51dd984e4ad26e70dd7533f9791;hpb=965a6382b13af5fe81cf40e63e525a3f8fb1d523 diff --git a/README b/README index 601c043..bb83b25 100644 --- a/README +++ b/README @@ -6,6 +6,7 @@ How to Build Dependencies: - libuuid (sometimes part of e2fsprogs) - sqlite3 + - Python (2.5 or later) - 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) @@ -151,6 +152,11 @@ Supported URL forms are (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