aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-01-09 23:14:17 +0100
committerintrigeri <intrigeri@boum.org>2010-01-09 23:14:17 +0100
commit64c4d190a3ab6b4fa60b10208b32f3b270a72482 (patch)
tree9eb0836af6a9576e0a5d415d0a92ba2c153f3e05 /README
parent0fbd8744f5c10649b7239c3199dae229a30e10a9 (diff)
downloadbackupninja-64c4d190a3ab6b4fa60b10208b32f3b270a72482.tar.gz
backupninja-64c4d190a3ab6b4fa60b10208b32f3b270a72482.tar.bz2
dup: support backups to Amazon S3 buckets
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 03d96fe..04eda2f 100644
--- a/README
+++ b/README
@@ -182,6 +182,16 @@ blank by hitting return.
The included helper program "ninjahelper" will walk you through creating
an rdiff-backup configuration, and will set up the ssh keys for you.
+
+Amazon Simple Storage Service (S3)
+==================================
+
+Duplicity can store backups on Amazon S3 buckets, taking care of encryption.
+Since it performs incremental backups it minimizes the number of request per
+operation therefore reducing the costs. The boto Python interface to Amazon
+Web Services is needed to use duplicity with S3 (Debian package: python-boto).
+
+
INSTALLATION
============