Hi, I am trying to restore a folder’s files without restoring its subfolders. Intuitively I used:
duplicacy restore -r 3 folder/*.*
instead of
duplicacy restore -r 3 folder/*
but it is still restoring everything under that folder. How can I do this?
Thanks