A much faster way would be to run the CLI version in the DOS prompt (assuming you’re running Windows).
The CLI executable can be found under either C:\Program Files (x86)\Duplicacy
or C:\Users\username\AppData\Local\Duplicacy
, depending on if you installed Duplicacy for all users or for the current users.
First create and initialize the directory to be restored:
mkdir c:/temp/restore
cd c:/temp/restore
duplicacy_win_x64_2.0.6.exe init repository_id storage_url
repository_id
can be found in the GUI version – it is the first one shown in the Repository ID dropdown box under the Restore tab.
You can then restore files using this command:
duplicacy_win_x64_2.0.6.exe -d restore -r revision files