IOException: Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält.

Hallo Liebe Comunity.
Ich habe dass Problem dass meine Sicherung nach dem Ersten Lauf einen IOException Error bringt.
Die Datei ide gesichert wird ist eine VHDX einer VM. Diese wird vor der Sicherung abgeschaltet damit die Daten korrekt gesichert werden können.
Beim ersten automatischen lauf dann entsteht dieser Fehler.
Den Log bis zum Fehler habe ich unten angehängt.

Hello dear community.
I have the problem that my backup produces an IOException error after the first run.
The file being backed up is a VHDX of a VM. This is turned off before the backup so that the data can be backed up correctly.
This error occurs during the first automatic run.
I have attached the log up to the error below.

 {

“DeletedFiles”: 0,
“DeletedFolders”: 0,
“ModifiedFiles”: 1,
“ExaminedFiles”: 1,
“OpenedFiles”: 1,
“AddedFiles”: 0,
“SizeOfModifiedFiles”: 536875106304,
“SizeOfAddedFiles”: 0,
“SizeOfExaminedFiles”: 536875106304,
“SizeOfOpenedFiles”: 536875106304,
“NotProcessedFiles”: 0,
“AddedFolders”: 0,
“TooLargeFiles”: 0,
“FilesWithError”: 0,
“ModifiedFolders”: 0,
“ModifiedSymlinks”: 0,
“AddedSymlinks”: 0,
“DeletedSymlinks”: 0,
“PartialBackup”: false,
“Dryrun”: false,
“MainOperation”: “Backup”,
“CompactResults”: null,
“VacuumResults”: null,
“DeleteResults”: null,
“RepairResults”: null,
“TestResults”: null,
“ParsedResult”: “Fatal”,
“Interrupted”: false,
“Version”: “2.0.8.1 (2.0.8.1_beta_2024-05-07)”,
“EndTime”: “2024-06-12T23:23:25.5014367Z”,
“BeginTime”: “2024-06-12T23:00:00.0136838Z”,
“Duration”: “00:23:25.4877529”,
“MessagesActualLength”: 3,
“WarningsActualLength”: 0,
“ErrorsActualLength”: 2,
“Messages”: [
“2024-06-13 01:00:12 +02 - [Information-Duplicati.Library.Main.Controller-StartingOperation]: Die Operation Backup wurde gestartet”,
“2024-06-13 01:00:18 +02 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Started: ()”,
“2024-06-13 01:00:18 +02 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: List - Completed: (37 Bytes)”
],
“Warnings”: ,
“Errors”: [
“2024-06-13 01:23:24 +02 - [Error-Duplicati.Library.Main.Operation.BackupHandler-FatalError]: Fatal error\r\nIOException: Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält.\r\n”,
“2024-06-13 01:23:25 +02 - [Error-Duplicati.Library.Main.Controller-FailedOperation]: Die Operation Backup ist mit folgenden Fehler fehlgeschlagen: Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält.\r\n\r\nIOException: Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält.\r\n”
],

Welcome to the forum @Armenolos

Google Translate turns that into

The operation could not be completed successfully because the file contains a virus or potentially unwanted software.

which is really close to the English version of the Microsoft error text. Look up either for advice on solutions.

System Error Codes (0-499)

ERROR_VIRUS_INFECTED

    225 (0xE1)

    Operation did not complete successfully because the file contains a virus or potentially unwanted software.

Sample English articles on the general approach:

4 Ways to Fix an Operation Did Not Complete Virus Error on Windows
Can’t open a file on your PC? Use these methods to fix your issue.

How to Fix an Operation Did Not Complete Error in Windows 11
Verify that you downloaded from a safe source, and then try disabling Windows Defender

Windows Defender isn’t the only virus scanner around, so you may need to deal with whatever you have.

You might also be able to test it on the file, e.g. sometimes one can right click in Explorer to ask for scan.

Testing by copying may also get an error. If you don’t have lots of free space, you can Command Prompt.

copy VHDX NUL

should just copy it to a discard device, but that might be enough to see if the virus scanner gets bothered.

Sometimes scanners keep logs of what they find. I’m assuming it’s your VHDX it dislikes, but I don’t know.