Recently when restoring, duplicacy restore hangs forever after printing the total running time. Probably this is new behaviour in 3.1.0. The version I used previously that didn’t do this was 2.7.6. If there were other versions between those I didn’t use them.
Restored /home/user/.common to revision 135
Files: 35357 total, 6108.40M bytes
Downloaded 17276 file, 806.16M bytes, 219 chunks
Skipped 18051 file, 5302.24M bytes
Total running time: 00:04:07
In another terminal:
ps aux | grep duplicacy
user 1460 1.4 0.8 1138628 216728 pts/3 Sl+ 07:16 1:48 duplicacy restore -hash -overwrite -delete -threads 8 -stats -r 135
In this instance I’ve been waiting around 2 hours. I don’t think it’s ever going to finish. What is it doing?
It probably doesn’t matter, since duplicacy seems to think it has no further work to do, but the remote is on Wasabi.
This is on Fedora 36.
Thanks.