Hello,
How to restore the specific files/directory?
In manual I can only see that only the whole the repository can be restored.
Hello,
How to restore the specific files/directory?
In manual I can only see that only the whole the repository can be restored.
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
.