Hi,
I’m trying to restore a backup of approx 4TB across 770k files from Azure BLOB storage. After seeing the web GUI hanging, I decided to try with the command line client. And when that showed the same problem, I rebuild Release/2.0.6.3_beta and after processing 152k files, the app hang. I’m no expert in asynchroneous programming, but the most suspicious threads are at the following positions:
Main: BackEndManager.cs(164) : Duplicati.Library.Main.BackendManager.FileEntryItem.WaitForComplete()
Backend Async Worker: AzureBlobWrapper.cs(92) : Duplicati.Library.Backend.AzureBloc.AzureBlobWrapper.GetFileStream( )
I’d be happy to help out, if someone can offer some guidance on what to look for.
Thanks,
Fedder