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 14:20:42 -0500
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

No, it is not included.  You need to download it from the link given.

...Ken

Stephen Zemlicka wrote:
> Is that s3 backend included with duplicity or where should I download it
> from?
> 
> _____________________________
> Stephen Zemlicka
> Integrated Computer Technologies
> PH. 608-558-5926
> E-Mail address@hidden 
> 
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Kenneth Loafman
> Sent: Tuesday, October 09, 2007 12:21 PM
> To: Discussion of the backup program duplicity
> Subject: Re: [Duplicity-talk] Duplicity S3 from Windows
> 
> 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
> 
> 
> 
> 
> 
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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