I’m testing the restore speed with the latest version of Duplicacy using the following command:
duplicacy restore -r 1 -stats -threads 32 -- "path/to/some/folder"
I deleted some files and wanted to see how long it took Duplicacy to restore those files. I got the following results over a symmetric 1gbps ethernet connection to Backblaze B2:
Restored /mnt/tank to revision 1
Files: 116 total, 6802.86M bytes
Downloaded 116 file, 6802.86M bytes, 1412 chunks
Skipped 0 file, 0 bytes
Total running time: 00:07:21
Is it supposed to be this slow, around 1 GB / minute? If not, is there anything that I can do to speed it up? Otherwise, it would take 16 hours just to restore 1 TB.
Based on the output, it seems to be downloading way fewer than 32 blocks at once. Looking at networking stats, I don’t see download speed go past 200 mbps, more often being below 100 mbps.