duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] --file-to-restore without passphrase


From: edgar . soldin
Subject: Re: [Duplicity-talk] --file-to-restore without passphrase
Date: Sun, 12 Oct 2014 15:12:26 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

On 12.10.2014 05:03, Grant wrote:
>>> Is there a good way to verify the entire archive without pointing to
>>> each pair of corresponding paths?
>>>
>>
>> what do you mean? ..ede/duply.net
> 
> 
> It looks like verification is done like this:
> 
> duplicity verify ftp://address@hidden/etc /etc

yes assuming you always backup /etc completely and your backup repository 
incidentally is located in an etc folder on your ftp.

> 
> but I'm backing up various dirs and files.  

usually users do :)

> Is there a way to verify
> my entire archive instead of one dir/file at a time?  

the way you wrote above. assuming you backup the folder /home on your box to an 
ftp space containing the folder /homebkp 

you backup like
duplicity ... /home ftp://user:address@hidden/homebkp/

you restore like
duplicity ... ftp://user:address@hidden/homebkp/ /home

you verify like
duplicity verify ... ftp://user:address@hidden/homebkp/ /home

where ... is some more parameters you probably will like to add.
please read the manpage, section 'Action'
http://duplicity.nongnu.org/duplicity.1.html#sect5

> I tried this but
> I get a "No backup chains found" error:
> 
> duplicity verify --tempdir /tempdir --use-agent --encrypt-key=...
> --sign-key=... file:/// /

if you want to limit verification to a specific folder or file use the 
--file-to-restore parameter. check it's documentation in the manpage. same goes 
generally for all duplicity commands.

.. please try to rtm next time.. ede/duply.net



reply via email to

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