{"record":{"id":"b96860c27d3e7565","repo":"duplicati/duplicati","slug":"nodestinationwithmarker","errorCode":"NoDestinationWithMarker","errorMessage":"The marker file \"{0}\" was not found in any of the examined destinations: {1}","messagePattern":"The marker file \"(.+?)\" was not found in any of the examined destinations: (.+?)","errorType":"exception","errorClass":"UserInformationException","httpStatus":null,"severity":"error","filePath":"Duplicati/Library/Backend/File/FileBackend.cs","lineNumber":178,"sourceCode":"                    path = null;\n\n                foreach (string p in paths)\n                {\n                    try\n                    {\n                        if (systemIO.DirectoryExists(p) && (markerfile == null || systemIO.FileExists(systemIO.PathCombine(p, markerfile))))\n                        {\n                            path = p;\n                            break;\n                        }\n                    }\n                    catch\n                    {\n                    }\n                }\n\n                if (string.IsNullOrWhiteSpace(path))\n                    throw new UserInformationException(Strings.FileBackend.NoDestinationWithMarkerFileError(markerfile, paths.ToArray()), \"NoDestinationWithMarker\");\n            }\n\n            m_path = path;\n            m_moveFile = Utility.Utility.ParseBoolOption(options, OPTION_MOVE_FILE);\n            m_forceReauth = Utility.Utility.ParseBoolOption(options, OPTION_FORCE_REAUTH);\n            m_verifyDestinationLength = !Utility.Utility.ParseBoolOption(options, OPTION_DISABLE_LENGTH_VERIFICATION);\n            m_disableFilenameSanitization = Utility.Utility.ParseBoolOption(options, OPTION_DISABLE_FILENAME_SANITIZATION);\n            m_hasAutenticated = false;\n        }\n\n        /// <summary>\n        /// Pre-authenticates against the remote share if necessary.\n        /// </summary>\n        private void PreAuthenticate()\n        {\n            if (!OperatingSystem.IsWindows())\n                return;\n","sourceCodeStart":160,"sourceCodeEnd":196,"githubUrl":"https://github.com/duplicati/duplicati/blob/3f348be3e33f5d72d414e3ad55839c2ba34dda67/Duplicati/Library/Backend/File/FileBackend.cs#L160-L196","documentation":"Error \"The marker file \"{0}\" was not found in any of the examined destinations: {1}\" thrown in duplicati/duplicati.","triggerScenarios":"Thrown at Duplicati/Library/Backend/File/FileBackend.cs:178 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the marker filename is spelled correctly and exists in the destination.","Point the configuration at the folder actually containing the marker file.","Create the marker file in the destination if it was deleted."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"3f348be3e33f5d72d414e3ad55839c2ba34dda67","analyzedAt":"2026-08-13T16:48:27.008Z","schemaVersion":2},"datasetVersion":"2026-08-13T19:17:28.613Z"}