duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] RackSpace's CloudFiles example


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] RackSpace's CloudFiles example
Date: Mon, 01 Jun 2009 12:01:55 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

Roberto Pereyra wrote:
>> New in v0.5.18 (2009/05/20)
>> ---------------------------
>> Added support for RackSpace's CloudFiles, cf+http.
> 
> Great ! Someone may give us an example how to use duplicity with
> rackspace cloud files ?

First you need to get a userid and password from Rackspace.

Then, you need to run duplicity like this:

#!/bin/bash

export CLOUDFILES_USERNAME="your-username"
export CLOUDFILES_APIKEY="your-api-key"
export PASSPHRASE="your-gpg-passphrase"

./duplicity-bin full ~ken/workspace cf+http://testdup
./duplicity-bin verify cf+http://testdup ~/ken/workspace

Change the paths to meet your needs, but that's all there is to it.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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