Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-23Bump Newtonsoft.Json in /Duplicati/Library/Backend/AzureBlobdependabot/nuget/Duplicati/Library/Backend/AzureBlob/Newtonsoft.Json-13.0.1dependabot[bot]
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15Merge pull request #4746 from duplicati/feature/fix-move-for-putKenneth Skovhede
Added checks to re-enable `--use-move-for-put`.
2022-06-15Removed `IDrive` backend in favor of `IDrivee2` which is using the S3 APIKenneth Skovhede
2022-06-15Merge pull request #4726 from MuhammadAbrar1984/masterKenneth Skovhede
Added support for new backend IDrivee2(https://www.idrivee2.com)
2022-06-14Added checks to re-enable `--use-move-for-put`.feature/fix-move-for-putKenneth Skovhede
This fixes #4745
2022-06-14Merge pull request #4601 from warwickmm/fix_patch_with_local_blocksKenneth Skovhede
Fix implementation of Options.PatchWithLocalBlocks
2022-06-14Merge pull request #4744 from linitio/add-infomaniak-storage-clustersKenneth Skovhede
Add infomaniak storage clusters
2022-06-14Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2022-06-14Removed unused key generatorKenneth Skovhede
2022-06-14Merge pull request #4740 from ↵Kenneth Skovhede
martengooz/feature/additional-compression-exclusions Add additional compression exclusions
2022-06-14FIx missing ',' on S3Backend.cslinitio
2022-06-14Add all Infomaniak clusters Swiss Backup & Public Cloudlinitio
2022-06-14Add all Infomaniak clusters Swiss Backup & Public Cloudlinitio
2022-06-13Syncing with upstreamMuhammad Abrar
2022-06-13Added support for new backend IDrivee2(https://www.idrivee2.com)Muhammad Abrar
2022-06-12Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2022-06-12Merge branch 'master' into jottacloud_oauthKenneth Skovhede
2022-06-12Merge pull request #4692 from dkrahmer/DK__AddIDriveBackendKenneth Skovhede
Add IDrive Backend
2022-06-12Merge pull request #4691 from dkrahmer/DK__FixFileBackendPartialFilesKenneth Skovhede
FileBackend file size verification
2022-06-12Merge pull request #4676 from awerghcpc/hyperv-argumentnullexception-fixKenneth Skovhede
Added null check to fix exception reading vhd settings xml.
2022-06-12Minor naming fixKenneth Skovhede
2022-06-12Merge pull request #4672 from PAPAMICA/masterKenneth Skovhede
Add Infomaniak Swiss Backup to backend
2022-06-12Add additional compression exclusionsmartengooz
2022-04-24Jottacloud backend oauth authenticationalbertony
2022-04-17Merge pull request #4703 from albertony/ignore_invalid_accesstimewarwickmm
Ignore exception when file access time is not valid
2022-04-17Merge pull request #4704 from AxeOfMen/BypassUpdateOnDebugwarwickmm
Bypass auto-update when running in a debug environment
2022-04-07Bypass auto-update when running in a debug environmentAxeOfMen
2022-04-02Ignore exception when file access time is not validalbertony
When getting the value from FileSystemInfo.LastAccessTime, it will internally convert the FILETIME value from Windows API to a DateTime. If the value represents a date after 12/31/9999 it will throw ArgumentOutOfRangeException, because this is not supported by DateTime. Some file systems seem to set strange access timestamps on files, which may lead to this exception being thrown. Since the last accessed timestamp is not important such exceptions are now just silently ignored.
2022-04-01Delay creation of database directory until we know it is needed.albertony
This avoids creating directory %LocalAppData%\Duplicati when it would just be left empty, and it makes running portable mode (e.g. debug builds) stealthier.
2022-03-20Check that the vhd exists and log a warning if it does not.awerghcpc
2022-03-18Add longer IDrive HttpClient timeoutsDoug Krahmer
Add better file upload verification and exception handling Add CancellationToken for all async IDrive methods Add static semaphore to limit concurrent IDrive uploads to 10
2022-03-18Minor IDrive backend enhancementsDoug Krahmer
2022-03-18Add IDrive backend and API subsetDoug Krahmer
2022-03-18Add file size verification to FileBackend PutAsync()Doug Krahmer
2022-02-27Add semicolonstariandeath
2022-02-27Add newlineJED
2022-02-27Fix typotariandeath
2022-02-27Add Upgraded Version to binarytariandeath
2022-02-27Add indexes to improve backup query performance.tariandeath
2022-02-25Merge pull request #4684 from duplicati/feature/update-dropbox-oauthwarwickmm
Added detection of access token types to Dropbox backend.
2022-02-24Merge pull request #4660 from warwickmm/download_error_log_filenameKenneth Skovhede
Always log filename if error occurs during retrieval
2022-02-23Added detection of access token types.feature/update-dropbox-oauthKenneth Skovhede
This fixes #4667
2022-02-04Added null check to fix exception reading vhd settings xml.awerghcpc
The null check for outParams fixes an ArgumentNullException that can occur when backing up hyper-v vms (win10 hyper-v).
2022-01-31Add Infomaniak SwissBackup to backendMickael Asseline
2022-01-21Implement exponential backoff for backend errorsRiccardo Paolo Bestetti
2022-01-08Always log filename if error occurs during retrieval.Kenneth Hsu
This fixes #4658.
2021-11-12Renames relating to the extended device path prefix, \\?\Dean Ferreyra
2021-11-10Refactor \\?\ prefix tests, rename source files, plus other review issuesDean Ferreyra
2021-11-08Formalize inclusion of code from https://github.com/dotnetDean Ferreyra
Fix SystemIOWindows.PathGetFullPath per review comments. Add unit tests for SystemIOWindows.PathGetFullPath and SystemIOWindows.PrefixWithUNC. Also, fix a bug in the SystemIOWindows.PrefixWithUNC change that was exposed by these new unit tests. In BackendToolTests, remove unused [Setup] and [TearDown] methods.
2021-11-07Fix SystemIOWindows handling of relative pathsDean Ferreyra
The handling of relative paths in SystemIOWindows was broken by changes for #4256. Change SystemIOWindows.PrefixWithUNC to only prefix paths with `\\?\` when they can be prefixed; i.e., only prefix paths that are fully qualified and that don't contain relative path components like `.` or `..`. This way, relative paths passed to SystemIOWindows methods work correctly again. Also support network paths specified using forward slashes; e.g., `//example.com/share/foo.txt`. Simplify SystemIOWindows.GetFullPath since Path.GetFullPath will honor `\\?\` prefixes and can replace forward slashes with backslashes, etc. Copy and adapt source for Path.IsPathFullyQualified from https://github.com/dotnet/runtime, which is MIT licensed. Add unit test for Duplicati.CommandLine.BackendTool to validate the fix. This fixes #4632.