← Back to team overview

duplicity-team team mailing list archive

Re: [Question #267504]: Unable to fetch single file or specific file via duply

 

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

    Status: Open => Answered

Aaron Whitehouse proposed the following answer:
See:
http://duply.net/wiki/index.php/Duply-documentation

fetch <src_path> <target_path> [<age>]  
             fetch single file/folder from backup [as it was at <age>]

You said that your command was: 
duply (backup folder) src file target file age

You want:
$ duply profile fetch backed_up_file /target/filename [age]

For example, I just tested with:
$ duply photos fetch img_4957.jpg /tmp/img_restored.jpg

The filename that you use for the source (in my example "img_4957.jpg") should match a file from 
$ duply profile list
This should tell you, for example, if you need to put the full path into your source file name.

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