Recently, I have installed Duplicati v2.1.0.3 and have uploaded a total of around 2,5 TB to S3 Glacier.
As stated in the forum, I have set backup retention to „Keep all backups“, no-auto-compact to true and no-backend-verification to true.
During the upload oft he first 750 GB i get multiple warnings like
"2025-02-01 23:19:07 +01 - [Warning-Duplicati.Library.Main.Operation.FilelistProcessor-DeleteFileFailed]: Failed to erase file duplicati-b84e44b21002149cbb73a16a1b38f527f.dblock.zip.aes, treating as deleted: User: arn:aws:iam::541299994389:user/Duplicati is not authorized to perform: s3:DeleteObject on resource: \"arn:aws:s3:::duplicati-htpc/duplicati-20250201T092719Z.dlist.zip.aes\" because no identity-based policy allows the s3:DeleteObject action\r\nAmazonS3Exception: User: arn:aws:iam::541299994389:user/Duplicati is not authorized to perform: s3:DeleteObject on resource: \"arn:aws:s3:::duplicati-htpc/duplicati-20250201T092719Z.dlist.zip.aes\" because no identity-based policy allows the s3:DeleteObject action",
as I have’nt set the policy s3:DeleteObject. After realizing this problem, I recently allowed the S3 user to delete objects.
During an upload on 4th of Februar I got this error, as the internet connection got lost.
"Errors": [
"2025-02-04 02:18:56 +01 - [Error-Duplicati.Library.Main.Operation.BackupHandler-FatalError]: Fatal error\r\nSocketException: Der angegebene Host ist unbekannt.",
"2025-02-04 02:18:56 +01 - [Error-Duplicati.Library.Main.Controller-FailedOperation]: Die Operation Backup ist mit folgenden Fehler fehlgeschlagen: One or more errors occurred. (Der angegebene Host ist unbekannt. (Der angegebene Host ist unbekannt.) (One or more errors occurred. (Der angegebene Host ist unbekannt.)))\r\nAggregateException: One or more errors occurred. (Der angegebene Host ist unbekannt. (Der angegebene Host ist unbekannt.) (One or more errors occurred. (Der angegebene Host ist unbekannt.)))"
],
In the next days, I have started further backups with additional folders which completed without errors – just further warning, that files cannot be removed as oft he missing s3:DeleteObject action.
This afternoon I have finished uploading all data, when a further run without new folders or data results in this error:
"Errors": [
"2025-02-11 16:32:41 +01 - [Error-Duplicati.Library.Main.Controller-FailedOperation]: Die Operation Backup ist mit folgenden Fehler fehlgeschlagen: Unexpected difference in fileset version 5: 03.02.2025 22:16:08 (database id: 5), found 92819 entries, but expected 114011\n\rUnexpected difference in fileset version 2: 04.02.2025 18:31:31 (database id: 6), found 92841 entries, but expected 114032\n\rUnexpected difference in fileset version 4: 03.02.2025 22:16:09 (database id: 7), found 92819 entries, but expected 114011\n\rUnexpected difference in fileset version 3: 03.02.2025 22:16:10 (database id: 8), found 92819 entries, but expected 114011\n\rUnexpected difference in fileset version 1: 05.02.2025 06:46:24 (database id: 9), found 94867 entries, but expected 116058\r\nUserInformationException: Unexpected difference in fileset version 5: 03.02.2025 22:16:08 (database id: 5), found 92819 entries, but expected 114011\n\rUnexpected difference in fileset version 2: 04.02.2025 18:31:31 (database id: 6), found 92841 entries, but expected 114032\n\rUnexpected difference in fileset version 4: 03.02.2025 22:16:09 (database id: 7), found 92819 entries, but expected 114011\n\rUnexpected difference in fileset version 3: 03.02.2025 22:16:10 (database id: 8), found 92819 entries, but expected 114011\n\rUnexpected difference in fileset version 1: 05.02.2025 06:46:24 (database id: 9), found 94867 entries, but expected 116058"
],
This error remains, even if i tried again. I already tried to update to the stable version, but this doesn’t change either.
Can anyone give me a suggestion, how to fix that?

