duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Duplicity S3 from Windows


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Duplicity S3 from Windows
Date: Tue, 09 Oct 2007 12:21:06 -0500
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

Stephen Zemlicka wrote:
> I am looking at using duplicity from windows to S3.  A few things I want to
> check.
> 1. All data transmitted encrypted (both sent and received)

Yes, the S3 backend uses boto from http://code.google.com/p/boto.  I
cannot tell if it uses an http connection or https.  Sorry, I did not
write the S3 backend.

The data is encrypted even if the transmission itself is not.

> 2. It is bandwidth efficient (only transferring parts of large files)

Yes, it uses the librsync methods to only transfer the changed parts of
large files.

> 3. It can be used with windows (I assume with cygwin)

Yes, with Cygwin.

> 4. A reference to a "how to" walkthrough would be nice also.  I'm a
> duplicity newbie.  Duplicity looks very cool and I'd like to make the
> transition from rsync to duplicity due to its S3 potential.

The howto has not been written yet, however, the instructions are fairly
simple.  Just fill in the blanks on the following script and you're on
your way.

#!/bin/sh
export S3KEY=[key]
export S3SECRET=[secret]
duplicity --include-filelist="backuplist" /source s3+http://my-bucket

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]