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 (Expand)Author
2021-07-16fix: More info in deprecation-warningTopperDEL
2021-07-15feat: Inform user about deprecated Tardigrade-Backend with a warningTopperDEL
2020-07-21Avoid removing files unrelated to backup being deleted.Kenneth Hsu
2020-03-02Fix a few more issues with stop nowSean Templeton
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-12-01Remove support for Amazon Cloud Drive.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-08-17Merge remote-tracking branch 'upstream/master' into fix-stop-after-current-fileBlueBlock
2019-07-30Add auto vacuum interval optiondrwtsn32x
2019-07-26clean up LastCompact propertydrwtsn32x
2019-07-23resolve codacy issuesBlueBlock
2019-07-23fix stop after the current fileBlueBlock
2019-07-21Fix comparison checkdrwtsn32x
2019-07-21tweaksdrwtsn32x
2019-07-21Add auto-compact-interval option to allow delay between automatic compactionsdrwtsn32x
2019-06-25Added warnings about AmazonCD shutting downKenneth Skovhede
2019-04-18Remove unused local variables.Kenneth Hsu
2019-01-26Make parameters to Controller.ListControlFiles method required.Kenneth Hsu
2019-01-26Merge pull request #3623 from warwickmm/remove_optional_parametersRune Henriksen
2019-01-23Remove unused method.Kenneth Hsu
2019-01-23Make optional parameter required.Kenneth Hsu
2019-01-23Remove unnecessary optional parameter.Kenneth Hsu
2019-01-22Remove redundant casts.Kenneth Hsu
2019-01-01Rename local variables to better indicate that they are unused.Kenneth Hsu
2018-12-12result-classes: rename properties of RestoreResults to be consistent with Bac...Mikael Mello
2018-11-03Migrated to use the platform class.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-02Replaced DirectorySeparatorChar.ToString() calls.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-07Merge pull request #3410 from warwickmm/simplify_enumerating_collectionsRune Henriksen
2018-10-07Avoid unnecessary enumeration of collections.Kenneth Hsu
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-09-20Use ordinal case-insensitive comparison instead of ToLower.Kenneth Hsu
2018-08-14Added support for multiple exit codes, and added a unittest to verify that th...Kenneth Skovhede
2018-08-08Added warning to unqualified size optionsKenneth Skovhede
2018-06-30Added some future workKenneth Skovhede
2018-06-28Merge pull request #3266 from verhoek/refactoring/tempdir_varKenneth Skovhede
2018-06-11Removed reset keys since we do not store in environment vars anymore.verhoek
2018-06-11Renamed to unauthorized to be consisten with .NET api.verhoek
2018-06-11Moved from public to private.verhoek
2018-06-11Added case fail on unauthorized.verhoek
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-16Corrected spelling function name.verhoek
2018-04-12Merge branch 'master' into concurrent_processingKenneth Skovhede
2018-04-10Removed the repeating log scope for nowKenneth Skovhede
2018-04-09Split out the Tag and FilterTag properties to allow re-entering a log message...Kenneth Skovhede
2018-03-16Moved the process control stuff into another class, so it can be disposed eas...Kenneth Skovhede
2018-03-16Added a repeating log-scope that writes out a message, if no activity produce...Kenneth Skovhede
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-02-26Merge pull request #3059 from TekkiWuff/feature/retention-policy-unlimited-op...Kenneth Skovhede