Hello,
Today, I tried to restore some photos. However, to my surprise, I couldn’t restore over 106 photos approximately.
The backup source was from a Linux OS, to a Windows OS via SMB. I did a successful restoration test on my Linux OS before going ahead and deleting the Linux OS.
Now, I tried to restore from the Windows OS but returned me the following errors:
“RestoredFiles”: 862,
“SizeOfRestoredFiles”: 1622084291,
“RestoredFolders”: 0,
“RestoredSymlinks”: 0,
“PatchedFiles”: 0,
“DeletedFiles”: 0,
“DeletedFolders”: 0,
“DeletedSymlinks”: 0,
“MainOperation”: “Restore”,
“RecreateDatabaseResults”: null,
“ParsedResult”: “Error”,
“Interrupted”: false,
“Version”: “2.0.8.1 (2.0.8.1_beta_2024-05-07)”,
“EndTime”: “2024-06-08T18:47:10.5965247Z”,
“BeginTime”: “2024-06-08T18:44:43.8138472Z”,
“Duration”: “00:02:26.7826775”,
“MessagesActualLength”: 74,
“WarningsActualLength”: 1,
“ErrorsActualLength”: 106,
…
“Errors”: [
“2024-06-08 21:46:01 +03 - [Error-Duplicati.Library.Main.AsyncDownloader-FailedToRetrieveFile]: Failed to retrieve file duplicati-b4f146008c29e418bb803d047c28e542c.dblock.zip.aes\r\nCryptographicException: Failed to decrypt data (invalid passphrase?): Message has been altered, do not trust content”,
“2024-06-08 21:46:01 +03 - [Error-Duplicati.Library.Main.Operation.RestoreHandler-PatchingFailed]: Failed to patch with remote file: "duplicati-b4f146008c29e418bb803d047c28e542c.dblock.zip.aes", message: Failed to decrypt data (invalid passphrase?): Message has been altered, do not trust content\r\nCryptographicException: Failed to decrypt data (invalid passphrase?): Message has been altered, do not trust content”,
“2024-06-08 21:46:52 +03 - [Error-Duplicati.Library.Main.AsyncDownloader-FailedToRetrieveFile]: Failed to retrieve file duplicati-b46c98e107459437fbdb2abb374d089a5.dblock.zip.aes\r\nCryptographicException: Failed to decrypt data (invalid passphrase?): Message has been altered, do not trust content”,
“2024-06-08 21:46:52 +03 - [Error-Duplicati.Library.Main.Operation.RestoreHandler-PatchingFailed]: Failed to patch with remote file: "duplicati-b46c98e107459437fbdb2abb374d089a5.dblock.zip.aes", message: Failed to decrypt data (invalid passphrase?): Message has been altered, do not trust content\r\nCryptographicException: Failed to decrypt data (invalid passphrase?): Message has been altered, do not trust content”,
The rest of the errors were like:
[Error-Duplicati.Library.Main.Operation.RestoreHandler-RestoreFileFailed]: Failed to restore file: "filename". Error message was: Could not find file
The Duplicati GUI do list the missing photos, so I tried restoring them one by one instead of selecting the whole folder. Didn’t work.
I tried using Duplicati.CommandLine.exe with the following commands: repair | list-broken-files, yet none of them returned any error, which indicates nothing were wrong with the dblock files. I even removed these dblocks intentionally, and only then the errors showed up which firmly backup -no pun intended- the previous statement.
I tried using SharpAESCrypt.exe and downloaded AESCrypt.exe to decrypt these dblocks manually. Both of the software’s returned:
Message has been altered, do not trust content
I entered a wrong version of my passphrase too, and the software’s told me that the passphrase was wrong, which means that the dblocks are decryptable with my current, correct, noted-down passphrase.
I did try other methods and read official forms from AES Crypt, but can’t remember right now, as I am so stressed as the photos are important to me.
I really don’t understand, the restoration process was totally successful before I deleted the original location (on the Linux OS), and no backup job were run after that, nor I didn’t close the Duplicati software inappropriately.