duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #03856
Re: [Question #403594]: Restoring a directory from S3
Question #403594 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/403594
Status: Open => Answered
Kenneth Loafman proposed the following answer:
Since duplicity uses tar format, the filename must also be in tar
format. Try:
$ duplicity restore --file-to-restore "data/yyy/zzz/Geneology" $DEST
/home/xxx/Genealogy --s3-use-new-style
Note the lack of the leading '/' in the file-to-restore.
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.