Release: 2.1.0.112 (Canary) 2025-03-26

Still unable to use the Linux versions as I reported before: Release: 2.1.0.111 (Canary) 2025-03-15 - #9 by Taomyn although this time it was RPi-OS for ARM64.

root@ziff:/home/pi# duplicati-server-util change-password
Connecting to http://127.0.0.1:8200/...
Failed to obtain a signin token: Could not load file or assembly 'Microsoft.IdentityModel.Abstractions, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.

Enter server password:
root@ziff:/home/pi#

Nothing I do allows me to log in with the original server password or to change it, but at least the installation isn’t messing with /etc/default/duplicati so my service settings stay put.

As for Windows, I updated the server I was having S3 issues with, no password problems here, and I started by running a repair on the local backup job first - this one has been fine so far. This is what was reported:

 {
  "MainOperation": "Repair",
  "RecreateDatabaseResults": null,
  "ParsedResult": "Warning",
  "Interrupted": false,
  "Version": "2.1.0.112 (2.1.0.112_canary_2025-03-26)",
  "EndTime": "2025-03-27T07:30:53.2239133Z",
  "BeginTime": "2025-03-27T07:30:18.3719415Z",
  "Duration": "00:00:34.8519718",
  "MessagesActualLength": 4,
  "WarningsActualLength": 1,
  "ErrorsActualLength": 0,
  "Messages": [
    "2025-03-27 08:30:19 +01 - [Information-Duplicati.Library.Main.Controller-StartingOperation]: The operation Repair has started",
    "2025-03-27 08:30:50 +01 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Started:  ()",
    "2025-03-27 08:30:53 +01 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Completed:  (2.131 KiB)",
    "2025-03-27 08:30:53 +01 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: QuotaInfo - Started:  ()"
  ],
  "Warnings": [
    "2025-03-27 08:30:53 +01 - [Warning-Duplicati.Library.Main.Operation.RepairHandler-LargeEmptyIndexFile]: The empty index file Duplicati.Library.Main.Database.LocalRepairDatabase+RemoteVolume is larger than expected, choosing not to delete it"
  ],
  "Errors": [],
  "BackendStatistics": {
    "RemoteCalls": 2,
    "BytesUploaded": 0,
    "BytesDownloaded": 0,
    "FilesUploaded": 0,
    "FilesDownloaded": 0,
    "FilesDeleted": 0,
    "FoldersCreated": 0,
    "RetryAttempts": 0,
    "UnknownFileSize": 0,
    "UnknownFileCount": 0,
    "KnownFileCount": 2182,
    "KnownFileSize": 75906906142,
    "KnownFilesets": 27,
    "LastBackupDate": "2025-03-17T12:56:34+01:00",
    "BackupListCount": 27,
    "TotalQuotaSpace": 13194072424448,
    "FreeQuotaSpace": 3769860030464,
    "AssignedQuotaSpace": -1,
    "ReportedQuotaError": false,
    "ReportedQuotaWarning": false,
    "MainOperation": "Repair",
    "ParsedResult": "Success",
    "Interrupted": false,
    "Version": "2.1.0.112 (2.1.0.112_canary_2025-03-26)",
    "EndTime": "0001-01-01T00:00:00",
    "BeginTime": "2025-03-27T07:30:18.3721948Z",
    "Duration": "00:00:00",
    "MessagesActualLength": 0,
    "WarningsActualLength": 0,
    "ErrorsActualLength": 0,
    "Messages": null,
    "Warnings": null,
    "Errors": null
  }
}

No idea what this means or if I should be concerned - I’ll hold on doing anything more for now.