I upgraded from 2.1.0.5_stable_2025-03-04-win-x64 to 2.1.2.0_beta_2025-08-20-win (because of the pCloud integration).
Before starting to explore I tried to access one of my backups, just to be sure that everything else is OK, but failed.
The backup is stored locally on a NAS, say \\backup\where\ever. This directory is accessible by the windows explorer, containing the duplicati-**.*.*zip.aes files.
In the ngclient I browsed the file to restore and submitted the job. But it fails by all five attempts:
-
Duplicati.Library.Interface.FolderMissingException: Der Ordner /\\backup\where\ever\ existiert nicht -
at Duplicati.Library.Backend.File.ListAsync(CancellationToken cancelToken)+MoveNext() -
at Duplicati.Library.Backend.File.ListAsync(CancellationToken cancelToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult() -
at System.Linq.AsyncEnumerable.<ToListAsync>g__Core|424_0[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/ToList.cs:line 36 -
at System.Linq.AsyncEnumerable.<ToListAsync>g__Core|424_0[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/ToList.cs:line 36 -
at Duplicati.Library.Main.Backend.BackendManager.ListOperation.ExecuteAsync(IBackend backend, CancellationToken cancelToken) -
at Duplicati.Library.Main.Backend.BackendManager.Handler.Execute[TResult](PendingOperation`1 op, CancellationToken cancellationToken) -
at Duplicati.Library.Main.Backend.BackendManager.Handler.Execute(PendingOperationBase op, CancellationToken cancellationToken) -
at Duplicati.Library.Main.Backend.BackendManager.Handler.ExecuteWithRetry(PendingOperationBase op, CancellationToken cancellationToken)
Please note the leading “/” before “\\backup” in the first line of the message.
Is this a bug?
Am I doing something wrong?
Is this a migration issue related to the version change?
Thanks a lot.
