Restore and folder structure with pattern

I’m doing some testing, and when I restore a full repository to a new empty folder, the folder structure is rebuilt correctly.

But when I do the restore using a include/exclude pattern option (to restore only a subset of files), the files are recovered to the root folder of the restore folder.

I’m using a command similar to this:

duplicacy restore -ignore-owner -stats -r 1 -storage dropbox://COMP_Admin_test

Sorry I didn’t response earlier. I saw you closed the github issue. Did it work as expected?

Hello Gilbert, thanks for the reply.

In the end I discovered that it was a small error of “” and “/” in the filtering criteria.

P.S.: The correct would be to exclude the issue of github, but (as far as I know) it is not possible …