duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Migrate from local to S3 target


From: Avi Rozen
Subject: Re: [Duplicity-talk] Migrate from local to S3 target
Date: Mon, 15 Mar 2010 06:21:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090706 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666

Ed Blackman wrote:

> I've been testing out duplicity for almost a year to a local target. 
> I'm considering a move to S3, but would want to retain the backups I
> took in that time.  Is there a way to copy the local target backups to
> S3?  If it were a remote FTP, SSH, webdav backend, I think it would be
> easy enough to copy them, but I've got no idea how to do that for S3. 
> Any suggestions?
>
> Ed

I did this with s3cmd [1], which is available on Debian/Ubuntu via
aptitude/synaptic:
s3cmd sync <local-dir> <s3://bucket/prefix>

Depending on the amount of data, this can take quite a while (8 days in
my case).

I also moved the local duplicity cache from ~/.cache/duplicity/<url
md5sum> to a different directory, and started using the --archive and
--name command line options - instead of having duplicity regenerate the
cache from the remote files.

Hope this helps,
Avi


[1] http://s3tools.org/s3cmd


> ------------------------------------------------------------------------
>
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
>   





reply via email to

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