Question #190850 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/190850

    Status: Open => Answered

edso proposed the following answer:
On 16.03.2012 15:10, Justin Witrick wrote:
> New question #190850 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/190850
> 
> I am having issues restoring files from a duplicity archive.
>  
> When I list all the current files in the archive it shows me a list of 
> directories, the directory I am looking for is listed as:
> "S & S CD/4-6/"
>  
> When I run the restore command I escape the directory as:
>  
> duplicity restore --file-to-restore S\ \&\ S\ CD/4\-6 
> file:///tmp/S_and_S_container/ /tmp/4_6/
>  
> The error I get is: "S & S CD/4-6 not found in archive, no files restored."
>  
> Can someone help?
> 

try 
duplicity restore --file-to-restore "S & S CD/4-6/" 
file:///tmp/S_and_S_container/ /tmp/4_6/
instead.

if this still fails, do a full restore and pick from there. possibly
duplicity chokes on the '&'... but i am not familiar with this part of
the code.

..ede/duply.net

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.

_______________________________________________
Mailing list: https://launchpad.net/~duplicity-team
Post to     : duplicity-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~duplicity-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to