Editing config does not show selection - possible bug?

I am getting this error: Found 3060 files that are missing from the remote storage, please run repair. I went to verify my settings, and that it can still access everything, and that everything is configured as it is expected to be. In tab 2 (Destination) and 3 (Source Data), I noticed that the options I selected are not shown/highlighted/selected. Is this a bug? I am running v. 2.1.0.5_stable_2025-03-04.

What Destination Type? What is the history behind it? Why is it topic title on edit issues?

None of those has anything with “Options” title, so needs clarification. Note that the Destination “Advanced options” and Source “Filters” and “Exclude” hide by default.

Click to see content. There was a bug that lost Advanced options on Source screen (possibly only on Windows – what is this?), however it was fixed and fix is in 2.1.0.5.

The options are actually showing up now. I still see this error: Found 3060 files that are missing from the remote storage, please run repair.

Running repair does not seem to fix it. (should the error go away?) The log data shows success on Repair, though. Is it safe to dismiss this error?
The backup drive is a NAS.

With that amount of missing data, it is unlikely that Duplicati can recreate the files. Can you post the log data for a repair run?

No. Duplicati will not continue if remote data is missing, as this would create partial backups that are unlikely to be restoreable. Can you pick one of the reported missing filenames and look at the NAS for clues about where it went? Is it still in the folder? Is it a limit on the number of files listed (FTP can sometimes truncate the list)?

        {

“MainOperation”: “Repair”,
“RecreateDatabaseResults”: null,
“ParsedResult”: “Success”,
“Interrupted”: false,
“Version”: “2.1.0.5 (2.1.0.5_stable_2025-03-04)”,
“EndTime”: “2025-06-25T17:06:38.6034095Z”,
“BeginTime”: “2025-06-25T17:06:35.587868Z”,
“Duration”: “00:00:03.0155415”,
“MessagesActualLength”: 4,
“WarningsActualLength”: 0,
“ErrorsActualLength”: 0,
“Messages”: [
“2025-06-25 13:06:35 -04 - [Information-Duplicati.Library.Main.Controller-StartingOperation]: The operation Repair has started”,
“2025-06-25 13:06:36 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Started: ()”,
“2025-06-25 13:06:38 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Completed: (5.32 KB)”,
“2025-06-25 13:06:38 -04 - [Information-Duplicati.Library.Main.Operation.RepairHandler-DatabaseIsSynchronized]: Destination and database are synchronized, not making any changes”
],
“Warnings”: ,
“Errors”: ,
“BackendStatistics”: {
“RemoteCalls”: 1,
“BytesUploaded”: 0,
“BytesDownloaded”: 0,
“FilesUploaded”: 0,
“FilesDownloaded”: 0,
“FilesDeleted”: 0,
“FoldersCreated”: 0,
“RetryAttempts”: 0,
“UnknownFileSize”: 0,
“UnknownFileCount”: 0,
“KnownFileCount”: 5449,
“KnownFileSize”: 62529812789,
“LastBackupDate”: “2025-03-29T08:34:43-04:00”,
“BackupListCount”: 1,
“TotalQuotaSpace”: 1089770803200,
“FreeQuotaSpace”: 330456731648,
“AssignedQuotaSpace”: -1,
“ReportedQuotaError”: false,
“ReportedQuotaWarning”: false,
“MainOperation”: “Repair”,
“ParsedResult”: “Success”,
“Interrupted”: false,
“Version”: “2.1.0.5 (2.1.0.5_stable_2025-03-04)”,
“EndTime”: “0001-01-01T00:00:00”,
“BeginTime”: “2025-06-25T17:06:35.5881364Z”,
“Duration”: “00:00:00”,
“MessagesActualLength”: 0,
“WarningsActualLength”: 0,
“ErrorsActualLength”: 0,
“Messages”: null,
“Warnings”: null,
“Errors”: null
}
}

@kenkendk Is this what you were looking for?

You originally reported this:

But now it says:

Does that mean the problems are solved?

Not really. The error with 3060 files missing, should list at least some of the filenames in the report.

Which log file are you looking for?

It is not a log as such, it is the output for running the backup, similar to what you posted earlier.
You have a section like this:

“Messages”: [
“2025-06-25 13:06:35 -04 - [Information-Duplicati.Library.Main.Controller-StartingOperation]: The operation Repair has started”,
“2025-06-25 13:06:36 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Started: ()”,
“2025-06-25 13:06:38 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Completed: (5.32 KB)”,
“2025-06-25 13:06:38 -04 - [Information-Duplicati.Library.Main.Operation.RepairHandler-DatabaseIsSynchronized]: Destination and database are synchronized, not making any changes”
],

In here it should report some filenames if it reports “3060 files missing”. The output you posted essentially as “all good”, so there are no error messages to pick up on.

I’m guessing that this is asking for that section from the log that failed. That’s more relevant than the successful log posted here. There was additionally an ask to check for file on NAS.

How is NAS accessed BTW? FTP, SSH, SMB, etc. I think SMB once had directory list bugs.