duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Stable release recommendation for Ubuntu 14.04 Trus


From: edgar . soldin
Subject: Re: [Duplicity-talk] Stable release recommendation for Ubuntu 14.04 Trusty / Multiple Swift backups
Date: Tue, 14 Apr 2015 10:30:20 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 13.04.2015 20:10, Rob Dupuis wrote:
> Hi
> 
> I would like to use duplicity to provide rsync-style backup of 20GB data from 
> 3 directories (about 50k files). I am backing up to an OpenStack Swift 
> compatible server. I think duplicity might be exactly what I need, and I just 
> wanted to confirm what version I should use.
> 
> The downloads page recommends 0.6.25, but the stable ppa[1] has 
> 0.7.02-0ubuntu0ppa1080~ubuntu14.04.1.
>
> I've been trying 0.7.02 and it seems to work OK, but wanted to check, is it 
> stable enough for production use?
> 

0.6 is the deprecated code tree, reasonably stable, not receiving any updates, 
maybe some major bugfixes if at all. 
0.7 has some experimental changes but is based on 0.6, so there is no reason 
for you not to use it. simply do some tests first. make backups to the backend 
of your choice, with the amount of data you expect to backup later. establish a 
full/incr routine. check if purging works as expected. most importantly try to 
restore after a while and verify the result.

if all that works, you have reason to trust your data to duplicity or any other 
backup software for that matter.

if not, it might be a bug introduced in 0.7, try 0.6.25 as a workaround.
 
> The other question I have is can duplicity make multiple backups to the same 
> openswift container? I tried creating a directory in my openswift container 
> and using that in the swift url when I backup (swift://container/directory), 
> but I see the following error:
> 
> Attempt 1 failed. JSONDecodeError: Expecting value: line 1 column 1 (char 0)

you seem to have to create containers for that
 
https://raymii.org/s/tutorials/Encrypted_Duplicity_Backups_to_Openstack_Swift_Objectstore.html

> Alternatively, is there a way to name to backup tar.gpgs that duplicity 
> creates so that multiple backups don't collide? I tried the --name option, 
> but this is only for the client name. 

--file-prefix ?
 http://duplicity.nongnu.org/duplicity.1.html

..ede/duply.net



reply via email to

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