Hi All,
I’m trying to restore a specific folder or a set of files and I’m following some of the topics such as: Duplicacy Issue: "Restore" restores only one file instead doing all selected files or the whole folder
I’m trying this on Windows, and used a command like:
duplicacy_win_x64_2.2.0.exe restore -r 1 – “Test*” -stats -threads 10
but the restore process restored all the files, and not just the ones under Test folder. I tried the “list -files” command, and it seems that even on Windows I should specify the pattern using Unix/Linux file conventions like “Test/*”. Is this correct?
Thanks.