duplicacy 2.5
I do duplicacy -restore -r 1 "path/to/folder/*"
.
Expected behaviour: Restore all files, skip the ones that already exist
Actual behaviour: I get a message file.txt already exists. Please specify the -overwrite option to continue
.
Is there any way to restore and skipping existing files?