diff options
author | intrigeri <intrigeri@boum.org> | 2010-01-09 23:14:17 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-01-09 23:14:17 +0100 |
commit | 64c4d190a3ab6b4fa60b10208b32f3b270a72482 (patch) | |
tree | 9eb0836af6a9576e0a5d415d0a92ba2c153f3e05 /handlers/dup.helper.in | |
parent | 0fbd8744f5c10649b7239c3199dae229a30e10a9 (diff) | |
download | backupninja-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 'handlers/dup.helper.in')
-rw-r--r-- | handlers/dup.helper.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index 2fafb99..ae48e4c 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -403,6 +403,12 @@ keep = $dup_keep # bandwithlimit. For details, see duplicity manpage, section "URL FORMAT". #desturl = file:///usr/local/backup #desturl = rsync://user@other.host//var/backup/bla +#desturl = s3+http://your_bucket + +# Amazon Web Services Access Key ID and Secret Access Key, needed for backups +# to S3 buckets. +#awsaccesskeyid = YOUR_AWS_ACCESS_KEY_ID +#awssecretaccesskey = YOUR_AWS_SECRET_KEY # bandwith limit, in kbit/s ; default is 0, i.e. no limit #bandwidthlimit = 128 |