Recovering from failed restore

Hi,

I am trying to restore of a backup created with vertical. Even though the setup is a bit cumbersome, I made it to work and the restore job started.

After several tens of minutes the restore job failed on network issues:

Downloaded chunk 66958 size 1048576, 10.89MB/s 00:34:40 72.3%
Downloaded chunk 66956 size 1048576, 10.89MB/s 00:34:40 72.3%
Failed to download the chunk 11d098a96f71682df6857e1b2860b64f9e8594b5c7d5c8db3859e81d1d88d3cc: read tcp 192.168.1.104:50544->52.219.74.41:443: wsarecv: Connection interrupted by remote host.

How can i resume the restore job without downloading it again? Re-running the some command does not work, I am asked to use the -override option:

C:\downloads\duplicacy>.\duplicacy_win_x64_2.0.10.exe restore -r 5 -stats -threads 5
Storage set to s3://eu-central-1@amazon.com/bucket/
Restoring C:\downloads\duplicacy to revision 5
File vmfs/volumes/datastore1/WS2008/WS2008-flat.vmdk already exists.  Please specify the -overwrite option to continue

However the -override option does not work either:

C:\downloads\duplicacy>.\duplicacy_win_x64_2.0.10.exe restore -r 5 -override -stats -threads 5
Incorrect Usage.

[...]

How can I resume the restore job?

Thanks,
Lars

It is -overwrite, not -override.