duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #01114
Re: [Question #190850]: Problems Restoring files from duplicity archive
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.