Restore - only the specific files/directory

Zhup     Jun 13 3:57AM 2017 CLI

Hello,

How to restore the specific files/directory? In manual I can only see that only the whole the repository can be restored.


gchen    Jun 13 7:08AM 2017

You can pass a number of patterns to the restore command:

duplicacy restore [command options] [--] [pattern] ...

For instance, duplicacy restore -r 1 mydir\* will restore the entire subtree under mydir.