fñî~ÿšJª„ŸäZñ³áòÖ!ÄBÀfåˆ«ˆl,0{Ä2çÔŽä"-fâ>¼iv£«['úGs¨ibc±ï£0 O);z÷‘_Xè¯–-ä!„Šç9W…½#)ƒÄ´(Ðö1ò— Õ¡‚¥fßCI˜$dyi¿•¤æ{"UpdateFromV1Url":"https://duplicati.com/download-dynamic?channel=canary","Displayname":"Duplicati v2.0.9.109","Version":"2.0.9.109","ReleaseTime":"2024-11-06T14:00:00Z","ReleaseType":"Canary","UpdateSeverity":null,"ChangeInfo":"2024-11-06 - 2.0.9.109_canary_2024-11-06\\n==========\r\nThis release is a canary release intended to be used for testing.\r\nThis release is expected to progress to a stable release if no major blockers are found.\r\n\r\n**Unlike regular canary builds, this one has a major change in the build system, so it now runs on .NET8.**\r\nThe builds are self-contained so Mono or .NET installations are not required to install.\r\n\r\nFor users running on builds prior to 2.0.9.x, this build will appear later as an update that requires manual installation.\r\n\r\n**Important changes from last Beta**\r\n- Updated to .NET8 with OS specific builds\r\n- Using Kestrel as the API/UI server\r\n- Mandatory password and new authentication scheme for server\r\n- Settings database version updated to v8\r\n- Backup database updated to v13\r\n\r\nPlease see list of known issues related to .NET8/Kestrel upgrade:\r\nhttps://github.com/orgs/duplicati/projects/2\r\n\r\n# New tool to manage a running server\r\nDue to incompatibility with `duplicati_client` a new tool is included, named `Duplicati.CommandLine.ServerUtil.exe`/`duplicati-server-util`.\r\n\r\n# Upgrade from `v2.0.9.105`\r\nIf you are upgrading from 2.0.9.105 please see the release notes from 2.0.9.106 for how to prepare the database. \r\nUpgrades from other versions do not need special steps.\r\n\r\n## Downgrade backup database to v12\r\nIf you need to go back to v12, run these two SQL statements:\r\n```\r\nDROP INDEX \"UniqueBlockVolumeDuplicateBlock\";\r\nUPDATE \"Version\" SET \"Version\" = 12;\r\n```\r\n\r\n## Detailed list of changes:\r\n- Updated list of S3 endpoints to include Segate Lyve\r\n- Updated all backends to support asyncronous calls\r\n- Bugfixes for the new API implementation\r\n- Bugfix for recreate failing on some systems\r\n- Added option to disregard advisory locking on Linux\r\n- Fixed issues with WebDAV and self-signed certificates\r\n- Removed the deprecated FTP backend and made FluentFTP handle both FTP and aFTP\r\n- Fixed a performance issue with compacting\r\n- Fixed issues with remote control registration\r\n- Fixed a performance issue with SharpAESCrypt\r\n- Fixed an incorrect error masking another error in backups\r\n- Support for EC-based certificates, thanks @mnaiman\r\n- Always excluding the SQLite journal file for the active database\r\n- Added support for detecting self-signed certificates and securely accepting them\r\n- Cleaned up CSS/Less files, thanks @luixxiul\r\n- Improved IPv6 support for `loopback` and `any`\r\n- Fixed Rclone backend not setting defaults for empty strings\r\n- Fixed a bug in the recompress tool, if not using encryption\r\n- Fixed an issue where SharePoint would not honor the server throttle requests\r\n- Improved cleanup after removing volumes, thanks @Jojo-1000\r\n- Removed 7z compression\r\n- Simplified showing the default value of boolean options\r\n- Fixed an issue with leftover index files, thanks @Jojo-1000 and @ts678\r\n- Fixed an issue that would cause verification errors if the compact was interrupted, thanks @Jojo-1000 and @ts678\r\n- Fixed an issue where `dindex` files would be missing a blocklist, causing extra download on restores\r\n- Fixed CSS/Less to rely on autoprefixer, thanks @luixxiul\r\n- Added support for reducing the system load intensity\r\n- Disabled Telegram notification destination\r\n- Added support for external secret providers\r\n2024-04-19 - 2.0.7.103_canary_2024-04-19\n==========\n- Added microfix that adds a missing default value to the backup reports.\n\n2024-04-03 - 2.0.7.102_canary_2024-04-03\n==========\nThis build is intended to be the last build that uses .Net4 (aka .Net Desktop).\nFuture builds are expected to use .Net8 and will require a manual update,\nbecause the .Net builds are no longer operating system independent.\n\nThe upside is that there are fewer dependencies (no more Mono),\nand execution times are greatly improved.\n\n* Removed donation messages\n* Updated MacOS Installer license text\n* Updated installer to support future manual upgrade\n* Added information to reports when encountering an exception\n\n2024-03-08 - 2.0.7.101_canary_2024-03-08\n==========\n* Updated license to MIT, thanks @kenkendk\n* Fixed crash when logging startup errors, thanks @Jojo-1000\n* Updated SSH.Net, thanks @gpatel-fr\n* Fixed exception happening when stopping the running backup, thanks @Jojo-1000\n* Fixed issue with connecting to server thanks @kellycampbe\n* Improved file-backend listing speed, thanks @Jojo-1000\n* Added support for IPv6 addresses as hostnames, thanks @Jojo-1000\n* Added AliyunOSS backend, thanks @trueai-org\n* Added fix to not show empty form on restarts, thanks @kenkendk\n* Updated Uplink for Storj to 2.12, thanks @gpatel-fr and @kenkendk\n* Added machine and backup id options for reports, thanks @kenkendk\n* Fixed issues with using alternate OAuth server url, thanks @gpatel-fr and @kenkendk\n\n2023-12-27 - 2.0.7.100_canary_2023-12-27\n==========\nThis canary is a bugfix release with error reporting improvements, no database format change.\nOptions changes:\n     `--s3-disable-chunk-encoding` added to the AWS backend (only useful for some providers)\n     `--full-remote-verification` changes from a boolean option to a tri-valued one. Existing configurations should not be impacted.\n     `--aftp-log-to-console` and `--aftp-log-privateinfo-to-console` added to the Alternative Ftp backend (for debugging purposes only)\n     `--repair-force-block-use` added to the database rebuild process (only for very damaged databases)\n\nChanges:\n  - Fix various bugs with backup filters, thanks @jojo-1000\n  - Fix highlighting in restore file picker, thanks @jojo-1000\n  - Update mail libraries, thanks gpatel-fr\n  - Remove dead facebook link and add doc link, thanks @jojo-1000\n  - Remove obsolete hubic backend, thanks @gpatel-fr\n  - Remove obsolete tool TlsTest, thanks @gpatel-fr\n  - Update Serbian translation, thanks @sagitarion\n  - Improve result reporting for interrupted/failed backups, thanks @jojo-1000\n  - Add return code 3 to help.txt, thanks @gpatel-fr\n  - Fix missing file error caused by interrupted compact, thanks @jojo-1000 and @warwickmm\n  - Include exception type and message in job log, thanks @jojo-1000\n  - Update thirdparty info to remove obsolete references, thanks @gpatel-fr\n  - Remove JS error in negated 'IN' expressions, fixing bad restore prompt (thanks @gorosgobe and Bloomberg)\n  - Update restsharp, thanks @gpatel-fr\n  - Update FluentFTP (Alternative FTP) to 46.0.2 and fixes for initial directory creation, thanks @taz-il\n  - Add console log to the Alternative FTP backend, thanks @gpatel-fr\n  - Fix hidden username and password options when changing backends, thanks @jojo-1000\n  - Add option to disable chunked encoding for AWS S3, thanks @jojo-1000\n  - Specify the name of the backup when reporting failures, thanks @taz-il\n  - Allow to perform tests without checking file list, thanks @gpatel-fr\n  - Enhance database rebuilding of very damaged databases, thanks @gpatel-fr\n  - Set the job state to error when post backup verification fails, thanks @gpatel-fr\n  - Allow full-remote-verification to target only list and index files, thanks @gpatel-fr\n  - Fix restore search error in RestoreController, thanks @jojo-1000\n  - Replace agsXmpp with Sharp.Xmpp, thanks @gpatel-fr\n  - Set default log level to Dryrun if dryrun option is set, thanks @gpatel-fr\n  - Enhance Python restore tool, thanks @gpatel-fr\n  - Report all filesets in error in VerifyConsistency, thanks @gpatel-fr\n  - Remove reliance on statusText for error messages (http2 proxy support), thanks @jojo-1000\n  - Keep user-defined whitespace in description field (allow multiline support), thanks @jojo-1000\n  - Force a vacuum of bug report database for privacy reasons, thanks @gpatel-fr\n\n2023-05-25 - 2.0.7.2_canary_2023-05-25\n==========\n- update Github tests versions, thanks @taz-il\n- Add Catalyst Cloud as an OpenStack target, thanks @Andrew Ruthven\n\n2023-05-25 - 2.0.7.1_beta_2023-05-25\n==========\nAfter almost 2 years, a new Beta has taken its time, but itâ€™s finally \nthere. Itâ€™s a roll-up of all the fixes since the last beta build and is \nexpected to cause very few issues when upgrading. This release is almost \nidentical to Canary 106.\n\nIt involves a better UI for dark mode, better support for Dropbox, \nJottacloud, S3, Tencent backends, add IDrive backend, TLS modernization, \nbug fixes, upgrades to libraries.\n\nPoints of attention:\n\n- database upgrade from 11 to 12: Downgrade from this version requires \nmanually adjusting the version \nnumber in the database. The additions can be re-applied if the database is \nupgraded again later.\n\n2023-05-25 - 2.0.7.0_experimental_2023-05-25\n==========\nAfter almost 2 years, a new Beta has taken its time, but itâ€™s finally \nthere. Itâ€™s a roll-up of all the fixes since the last beta build and is \nexpected to cause very few issues when upgrading. This release is almost \nidentical to Canary 106.\n\nIt involves a better UI for dark mode, better support for Dropbox, \nJottacloud, S3, Tencent backends, add IDrive backend, TLS modernization, \nbug fixes, upgrades to libraries.\n\nPoints of attention:\n\n- database upgrade from 11 to 12: Downgrade from this version requires \nmanually adjusting the version \nnumber in the database. The additions can be re-applied if the database is \nupgraded again later.\n\n2023-05-03 - 2.0.6.106_canary_2023-05-03\n==========\n- Added endpoints for S3 compatible storage from Scaleway, thanks \n@adithajay\n- updates rumps to python3, add icon normal-warning, set rumps as default, \nthanks @gpatel-fr\n\n2023-04-09 - 2.0.6.105_canary_2023-04-09\n==========\n- Disable automatic use of v2 authid for Jottacloud, thanks @albertony\n- Fix gui tests, thanks @gpatel-fr\n- Make Xamarin-based CocoaRunner the default on Mac, thanks @dgileadi\n- Fix #4716 by falling back to System hasher, thanks @vilaureu\n- Allow install on Debian bookworm by using libayatana-appindicator1, thanks @gpatel-fr\n- Build Debs with gzip compression for old debian releases, thanks @gpatel-fr\n- Add Impossible Cloud provider for S3 backend, thanks @daniel0m0baker\n- Add possibility to set custom SQlite pragmas, thanks @gpatel-fr\n- Updates Newtonsoft, Mega and SSH.NET libraries, thanks @gpatel-fr\n- Raise the file time shift to 2s for Mac unittests, thanks @gpatel-fr\n- Remove obsolete Letsencrypt cert in Docker builds, thanks @Bubblesaway (forum)\n\n2022-06-15 - 2.0.6.104_canary_2022-06-15\n==========\n* Updated compressed files exclusion list, thanks @martengooz\n* Updated list of Infomaniak servers, thanks @linitio\n* Fixed irregular parsing of `--patch-with-local-blocks`, thanks @warwickmm\n* Added `IDrivee2` backend, thanks @MuhammadAbrar1984\n* Fixed `--use-move-for-put` which broken in previous build, thanks @kenkendk\n\n2022-06-12 - 2.0.6.103_canary_2022-06-12\n==========\n* Avoid creating empty data folders, thanks @albertony\n* Disable updates for debug builds, thanks @AxeOfMen\n* Fixed issue with empty popups, thanks @AxeOfMen\n* Improved Python verification script, thanks @mr-flibble\n* Fixed issue where invalid timestamps would prevent files from being backed up, thanks @albertony\n* Improved restore progress information, thanks @flawiddsouza\n* Python verification script now has statistics, thanks @mr-flibble\n* Added Swiss Backup to list of OpenStack and S3 providers, thanks @PAPAMICA\n* Fixed errors on updated Hyper-V versions, thanks @awerghcpc\n* Added check to detect partially written files on network drives, thanks @dkrahmer\n* Added IDrive as a backup destination, thanks @dkrahmer\n* Removed insecure TLS versions, thanks @mnaiman\n* Changed Jottacloud backend to use OAuth, thanks @albertony\n\n2022-04-06 - 2.0.6.102_canary_2022-04-06\n==========\n**NOTE**: This is a rebuild of 2.0.6.101, now signed.\n\n- Fixed duplicity documentation Url, thanks @beppo-dd\n- Added option to set Tencent storage class, thanks @moesoha\n- Added Poli Systems as S3 provider, thanks @IIPoliII\n- Improved automated unittests, thanks @samuel-w\n- Improved contrast ratios in themes, thanks @samuel-w\n- Improved handling of relative paths and extended device paths, thanks @dferreyra\n- UI performance improvements, thanks @ltGuillaume\n- Added exponential backup for retries, thanks @vmsh0\n- Improved filter-text-box and made log-view resizable, thanks @idotj\n- Improved error messages, thanks @warwickmm\n- Added support for old and new Dropbox AuthIDs, thanks @kenkendk\n- Improved database query performance, thanks @jedthe3rd\n\n2022-03-13 - 2.0.6.101_canary_2022-03-13\n==========\n**NOTE**: This is a preliminary build that is not signed with AuthentiCode.\n\nIt is primarily intended for users that need access to Dropbox which stopped working after an update.\nA signed version will be published asap.\n\n- Fixed duplicity documentation Url, thanks @beppo-dd\n- Added option to set Tencent storage class, thanks @moesoha\n- Added Poli Systems as S3 provider, thanks @IIPoliII\n- Improved automated unittests, thanks @samuel-w\n- Improved contrast ratios in themes, thanks @samuel-w\n- Improved handling of relative paths and extended device paths, thanks @dferreyra\n- UI performance improvements, thanks @ltGuillaume\n- Added exponential backup for retries, thanks @vmsh0\n- Improved filter-text-box and made log-view resizable, thanks @idotj\n- Improved error messages, thanks @warwickmm\n- Added support for old and new Dropbox AuthIDs, thanks @kenkendk\n- Improved database query performance, thanks @jedthe3rd\n\n2021-08-11 - 2.0.6.100_canary_2021-08-11\n==========\n* Switched to improved CI model, thanks @warwickmm\n* Fixed issue with reporting wasted space, thanks @aureliandevel\n* Fixed throttling requests to OneDrive and respecting the server `retry-after` headers, thnaks @tygill\n* File backend now overwrites files, thanks @warwickmm\n* Added `.dar` files to list of compressed file extensions, thanks @samuel-w\n* Fixed typos in example scripts, thanks @warwickmm\n* The `Makefile` now calls `msbuild`, thanks @warwickmm\n* When testing for known compressed file extensions, the compare is now case-insensitive, thanks @samuel-w\n* Improved code quality, thanks @marodev\n* Fixed an issue with handling the deprecated Azure and S3 options, thanks @warwickmm\n* Avoid using ECDSA algorithm for SFTP if the client does not support it, thanks @warwickmm\n* Added SAS token support to Azure backend, thanks @sergethedev17\n* Improved test method for aFTP backend, thanks @sergethedev17\n* Added support for mega.nz 2fa, thanks @vfrz\n* Changed from Tardigrade backend to Storj DCS backend, thanks @TopperDEL\n* Removed BouncyCastle dependency and now using .Net built-in parsing of SSL certificates, thanks @mnaiman\n* Regex filters now match newlines in paths with wildcards, thanks @warwickmm\n* Reduced number of cases where database cleanup is triggered, thanks @warwickmm\n* Fixed a dispose bug in most backends introduced with `PutAsync`, thanks @warwickmm\n* Updated UI to more prominently display deprecation information, thanks @warwickmm\n* Fixed handling of special characters in paths on the aFTP backend, thanks @warwickmm\n\n2021-06-17 - 2.0.6.3_beta_2021-06-17\n==========\nThis is a minor bugfix release with only two changes, which affects a small number of users:\n\n* Disabled SSH backend ECDSA keys on Mono as it does not work (see issue #4506)\n* Fixed priority of options from AWS and Azure backend if both underscore and dashed version were used (see issue #4513)\n\n2021-05-29 - 2.0.6.2_experimental_2021-05-29\n==========\nThis is a minor bugfix release with only two changes:\n\n* Disabled SSH backend ECDSA keys on Mono as it does not work (see issue #4506)\n* Fixed priority of options from AWS and Azure backend if both underscore and dashed version were used (see issue #4513)\n\n2021-05-03 - 2.0.6.1_beta_2021-05-03\n==========\n## First beta build in over a year!\n\nWe have been hard at work adding new features and fixing issues. This beta release is a roll-up of all the fixes since the last beta build and is expected to cause very few issues when upgrading. This release is based on 2.0.6.0_experimental.\n\nA big thanks to all Duplicati contributors, supporters, fans and users for keeping the project evolving and improving.\n\n### New in this version\n\n- Added Tardigrade backend\n- Added Tencent Cloud Object Storage (COS)\n- More Docker image versions\n- Improved long-path support on Windows\n\nWe changed some larger things that you should be aware of when upgrading.\n\n### The SSH backend has been updated\nThis update increases the security by prefering stronger encryption algorithms.\nHowever, this _can_ cause failing backups as the host key is reported as \"changed\".\nIf this happens, edit the backup and update the host key.\n\n### Database version update from v10 to v11!\nDowngrade from this version requires manually adjusting the version number in the database. The additions can be re-applied if the database is upgraded again later.\n\n### Other changes that needs attention\n\n- Duplicati now requires Mono 5.10 or greater\n- S3 and Sharepoint option names on commandline now uses `-` for consistency (previously used `_`)\n\n2021-03-10 - 2.0.5.114_canary_2021-03-10\n==========\n## This build intends to remove some erronous warnings from the S3 backend introduced in the previous canary.\n\n## Detailed changes\n\n* Fixed the cURL error message url, thanks @warwickmm\n* Fixed the S3 warning messages, thanks @warwickmm\n\n2021-03-07 - 2.0.5.113_canary_2021-03-07\n==========\n## This build has two potentially breaking changes:\n\n### The Telegram backend is no longer included\nIf you rely on this backend, do not upgrade.\n\n### The SSH backend has been updated\nThis update increases the security by prefering stronger encryption algorithms.\nHowever, this _can_ cause failing backups as the host key is reported as \"changed\".\nIf this happens, edit the backup and update the host key.\n\n\n## Detailed list of changes\n\n* Fixed case where the stop button in the UI would be hidden behind the progress bar, thanks @jfparis\n* Fixed tools to be Python3 compatible, thanks @jfparis\n* Removed the Telegram backend, due to poor user feedback, thanks @warwickmm\n* Reduced build sized by clearing unused Tardigrade library, thanks @warwickmm\n* Fixed issue where license files were not correctly included in build, thanks @warwickmm\n* Fixed cases where the `run-script` would get incorrect result values, thanks @warwickmm\n* Updated SSH.Net to 2020.0.1, thanks @warwickmm\n* Fixed an error when repairing a database, thanks @warwickmm\n* Changed options to use `-` instead of `_` for consistency, thanks @julianohubel\n* Fixed help output to hide deprecated options in some cases, thanks @kenkendk\n* Updated login page to redirect better when a proxy is in use, thanks @scambra\n* Fixed layout issues with scrollbars, thanks @warwickmm\n* Updated to using specific Mono versions when building images and testing, thanks @warwickmm\n* Improved unittesting, thanks @warwickmm\n* Exclude `$XDG_CACHE_HOME` as part of the normal filters, thanks @warwickmm\n\n2021-01-20 - 2.0.5.112_canary_2021-01-20\n==========\nHightlights for this update:\n* Stability improvements\n* Error/help message improvemens\n* New Telegram backend\n\nDetailed list:\n* Improved testing, thanks @warwickmm\n* Disabled legacy path handling, thanks @dferreyra\n* Bugfix for rclone backend (wrong paths), thanks @warwickmm\n* Bugfix for Sia backend, thanks @warwickmm\n* Fixed check for admin privileges on Synology, thanks @warwickmm\n* Defer uploading fileset to guard against missing blocks error, thanks @seantempleton\n* Fixed setting background-io-priority, thanks @achims311\n* Added Telegram backend, thanks @martikyan\n* Improved error logging on restore, thanks @barfoo4711\n* Improved commandline documentation, thanks @apreiml\n* Bugfix for run-script-before ignoring remoteurl, thanks @warwickmm\n* Better error messages, thanks @warwickmm\n* Code quality improvements, thanks @warwickmm\n* Fixed error that occured when using the dry-run option of purge-broken-files, thanks @warwickmm\n* Fixed logging errors when reading symlink targers, thanks @warwickmm\n* Fixed error in OpenStack configuration UI, thanks @warwickmm\n* Better error messages if webrequests return null, thanks @Gurthurb\n* Fixed password manager autofill, thanks @drwtsn32x\n* Updated CI GUI tests to work again and use Python3, thanks @warwickmm\n* Fixed an issue that caused restore errors when running in Docker, thanks @warwickmm\n\n2020-09-26 - 2.0.5.111_canary_2020-09-26\n==========\n* Support for Windows paths starting with \"\\\\?\\\", thanks @dferreyra\n* Improved performance of USN, thanks @dgehri\n* Improved performance for restoring, thanks @pcmind\n* Added support for filters with literals that would normally be treated as wildcards, thanks @dferreyra\n* Improved build and tests, thanks @warwickmm and @dferreyra\n* Switched to the new built-in .Net support for long paths, thanks @dferreyra\n* Fixed issues with the Docker images by including mono-complete, thanks @warwickmm\n* Fixed an issue with exporting passwords with url-encoding characters, thanks @warwickmm\n* Fixed an issue with displaying icons in the restore tree, thanks @warwickmm\n* Fixed a type that prevented a warning box from showing, thanks @warwickmm\n* Added Storadera as an S3 destination, thanks @warwickmm\n\n2020-08-10 - 2.0.5.110_canary_2020-08-10\n==========\n* Fixed an issue with snapshot paths, thanks @dferreyra\n\n2020-08-07 - 2.0.5.109_canary_2020-08-07\n==========\n* Fixed hiding compression errors, thanks @jpschewe\n* Fixed Tardigrade backend issues, thanks @TopperDEL\n* Fixed a case where the recovery tool would fail to recover files witth dashes in the name, thanks @dferreyra\n* Improved handling of \"problematic\" filenames on Windows and increased test coverage, thanks @dferreyra\n* Improved test coverage for invalid paths and removed unused code, thanks @warwickmm\n* Improved code to remove remote files to better support remote folders that are not exclusively used by Duplicati, thanks @warwickmm\n* Updated to use and require .Net 4.7.1, thanks @warwickmm\n* Updated USN support to work with the newer Windows features for moving instead of deleting files, thanks @dgehri\n\n2020-07-09 - 2.0.5.108_canary_2020-07-09\n==========\n* Removed unsupported compiler directives, thanks @kenkendk\n* Removed incorrect missing SSL certificate warnings, thanks @kenkendk\n* Upograded to retina icons, thanks @baumerdev\n* Updates to Tardigrade support, thanks @TopperDEL\n* Added Tencent Cloud Object Storage (COS) backend, thanks @trueai-org\n* Improved error reporting for S3 backend, thanks @jpschewe\n* Added the Milan EU region to AWS S3 regions, thanks @warwickmm\n* Fixed incorrect documentation on OpenStack help, thanks @warwickmm\n* Fixed an incorrect endpoint for AWS S3 Bahrain, thanks @warwickmm\n* Code cleanup, thanks @warwickmm\n* Fixed a case where restoring files could fail if the containing folder was not restored, thanks @warwickmm\n* Improved unittests, thanks @warwickmm\n\n2020-05-26 - 2.0.5.107_canary_2020-05-26\n==========\n* Added a backend for Tardigrade.io, thanks @TopperDEL\n* Updated translations, thanks to all translators!\n\n2020-05-11 - 2.0.5.106_canary_2020-05-11\n==========\nNOTE: this version updates the database version from v10 to v11!\n\nDowngrade from this version requires manually adjusting the version number in the database,\nThe additions can be re-applied if the database is upgraded again later.\n\n* Added certificate dependency to debian packages, thanks @borfast\n* Sorting files and folders in the WEB UI, thanks @drwtsn32x\n* Code cleanup, unused code removal and more, thanks @warwickmm\n* Updated exclusion folder list, thanks @drwtsn32x\n* Fixed spelling issues for CLI help, thanks @comradekingu\n* Fixed the hostname check to be case-insensitive, thanks @warwickmm\n* No longer removes AlphaFS and AlphaVSS files from non-Windows packages, thanks @warwickmm\n* Fixed a case where backups could run immediately and ignore the scheduled time, thanks @warwickmm\n* Added a database index that signficantly improves database rebuilds, thanks @warwickmm\n* Added MyCloudPlace as an S3 provider, thanks @cedbossneo\n* Improved errors from Json source, thanks @kenkendk\n* Changed mentions of \"Amazon S3\" to \"S3 compatible\", thanks @kenkendk\n\n2020-03-25 - 2.0.5.104_canary_2020-03-25\n==========\n* Improved log messags when using retetion rules, thanks @warwickmm\n* Added logging for USN soft-failures, thannks @drwtsn32x\n* Improved regexp magic for parsing Windows, thanks @drwtsn32x\n* Fixed storing `dlist` file after interrupted backup, thanks @seantempleton\n* Improved logic around throttle values, thanks @seantempleton\n* Fixed issues with Windows metadata and inheritance, thanks @drwtsn32x\n* Major code cleanup, removing unused members and other, thanks @warwickmm\n* Corrected retry attempts log message, thanks @warwickmm\n* Fixed device-type reports on Mono, thanks @warwickmm\n* Improved error messages during HTTP timeouts in some cases, thanks @warwickmm\n* Reworked the MS-Graph backend to use an alternate HTTP implementation, thanks @tygill\n* Fixed some cases where an interrupted backup could cause database corruption, thanks @seantempleton\n\n2020-02-18 - 2.0.5.103_canary_2020-02-18\n==========\n\nThis is a rebuild of 2.0.5.102 with a fix for MacOS packages\n\n* Improved performance of the recovery-tool, thanks @tfriedel and @warwickmm\n* Debian and RPM packages now require Mono 5.0, thanks @drwtsn32x\n* Fixed issue with USN returning too many results, thanks @drwtsn32x\n* Code quality improvements, thanks @warwickmm\n* Added `.odg` and `.otg` as compressed file types, thanks @warwickmm\n* Improved USN changes by looking at size and attributes, thanks @drwtsn32x\n* Code quality improvements, thanks @drwtsn32x\n* Unittest improvements, thanks @warwickmm\n* The OVH backend now points to Keystone v3, thanks @warwickmm\n* Fixed allowing minutes in retention rules, thanks @Pectojin\n* Fixed loading SQLite on Windows, thanks @warwickmm\n\n2020-02-18 - 2.0.5.102_canary_2020-02-18\n==========\n* Improved performance of the recovery-tool, thanks @tfriedel and @warwickmm\n* Debian and RPM packages now require Mono 5.0, thanks @drwtsn32x\n* Fixed issue with USN returning too many results, thanks @drwtsn32x\n* Code quality improvements, thanks @warwickmm\n* Added `.odg` and `.otg` as compressed file types, thanks @warwickmm\n* Improved USN changes by looking at size and attributes, thanks @drwtsn32x\n* Code quality improvements, thanks @drwtsn32x\n* Unittest improvements, thanks @warwickmm\n* The OVH backend now points to Keystone v3, thanks @warwickmm\n* Fixed allowing minutes in retention rules, thanks @Pectojin\n* Fixed loading SQLite on Windows, thanks @warwickmm\n\n2020-01-23 - 2.0.5.101_canary_2020-01-23\n==========\n* Improved tests, thanks @drwtsn32x\n* Fixed a case where repair fails due to missing `dindex` files, thanks @warwickmm\n* Fixed an issue where compacted files would miss a blocklist, thanks @seantempleton\n* Now producing Docker multi-arch images, thanks @dnrce\n* Improved code quality and testing, thanks @warwickmm\n\n2020-01-18 - 2.0.5.100_canary_2020-01-18\n==========\n* Fixed issue with restoring permissions with inheritance, thanks @drwtsn32x\n* Improved tests, thanks @warwickmm\n* Fixed an issue that could be triggered by force stopping a backup, thanks @warwickmm\n\n2020-01-18 - 2.0.5.1_beta_2020-01-18\n==========\nThis beta release is a collection of additions and improvements from many contributors.\nSince it is released more than a year after the last beta, there is a large number of changes.\n\nImportant notes:\n* On Linux, macOS, and other systems that require Mono, this version requires Mono v5 or later.\n\n* On macOS please remove the current beta and install this version, instead of using the updater. Doing so, will make Duplicati compatible with Gatekeeper and allow you to grant permissions.\n\nA big thanks to all Duplicati contributors, supporters, fans and users for keeping the project evolving and improving.\n\nNote that the beta `v2.0.4.23` has database version `8` and this release has database version `10`. This means that your local database will be upgraded once you run this version, and you cannot roll back without some manual intervention.\n\nHere is a short list of some of the more notable changes:\n\n* Numerous bug fixes and performance enhancements.\n* Updated translations, new languages added.\n* Improved support for macOS Catalina\n* Add support for minio backend.\n* Improve tray icon to reflect warning state.\n* Fix long path issue when path has 259 or 260 characters.\n* Remove support for Amazon Cloud Drive.\n* Fix input issues with dark theme.\n* Fix bug in handling filter expressions.\n* Fix purge operation with simple filters and case-sensitive filesystems.\n* Fix ignoring of --tempdir option when using the command-line.\n* Improved list of S3 compatible options and providers.\n* Fix ability to stop backup after current file has finished processing.\n* Updates to support libraries\n* Improve logging during database recreation.\n* Add option to skip vacuum operations within specified duration, `--auto-vacuum-interval`.\n* Add option to skip compact operations within specified duration, `--auto-compact-interval`.\n* Fix backup corruption from upload throttling. #3787\n* Fix for â€œUnexpected difference in filesetâ€. #3800\n* Fix for â€œCheckingErrorsForIssue1400â€ and â€œFoundIssue1400Errorâ€. #3868\n* Fix for â€œFTP (Alternative)â€ upload verification.\n* Server database version is still 6. Backup database rose to 10. This may impede downgrades.\n\n2020-01-03 - 2.0.5.0_experimental_2020-01-03\n==========\nThis is once again a cumulative release for more than 6 months of hard work.\nThis release has a large number of stability improvements and speed optimizations.\n\nIf you are using macOS, please re-install from the .dmg or .pkg, as the launcher has been updated to work with GateKeeper.\nUsing the built-in update mechanism will not update the launcer and will not work well with GateKeeper on macOS Catalina.\n\nA big thanks to the community members who work hard with fixing issues and responding on the forum:\nhttps://forum.duplicati.com\n\n2019-12-29 - 2.0.4.38_canary_2019-12-29\n==========\n* Fixed AutoUpdater environment setting to be parsed as a boolean, thanks @drwtsn32x\n* Code cleanup for the SSH backend, thanks @verhoek\n* Fixed an issue with restoring metadata on Windows, thanks @drwtsn32x\n* Improved AppVeyor test builds, thanks @warwickmm\n* Updated translations, thanks @kenkendk\n\n2019-12-12 - 2.0.4.37_canary_2019-12-12\n==========\n* Updated and improved TrayIcon's for warning state, thanks @drwtsn32x\n* Fixed a selection issue for file restores, thanks @drwtsn32x\n* Updated build system and added tests, thanks @verhoek\n* Added support for Minio as an S3 backend option, thanks @verhoek\n\n2019-12-08 - 2.0.4.36_canary_2019-12-08\n==========\n* Removed Amazon Cloud Drive support, thanks @warwickmm\n* Fixed an edge case where paths longer than 258 characters and short than 260 characters produced errors, thanks @drwtsn32x\n* Fixed a number of edge cases where partial backups could create defect backups when used with retention rules, thanks @warwickmm\n* Fixed a problem with SharePoint reporting conflicts after v2.0.4.35, thanks @warwickmm\n\n2019-11-29 - 2.0.4.35_canary_2019-11-29\n==========\n* Made password input in dark-theme better, thanks @mithileshz\n* Fixed resource leaks and shutdown code for OneDrive, thanks @tygill\n* Report a warning if the backup was cancelled, thanks @warwickmm\n* Do not warn if deletion fails but actually removes the remote file, thanks @drwtsn32x\n* Prevent storing journal data on incomplete backups, thanks @drwtsn32x\n* Disabled file attribute masking on Windows 10, thanks @drwtsn32x\n\n2019-11-05 - 2.0.4.34_canary_2019-11-05\n==========\n* Stapling macOS notarization to bundles, thanks @kenkendk\n* Removed option to store fileset in memory, thanks @tygill\n* Fixed failure on password-protected servers introduced in 2.0.4.32, thanks @warwickmm\n* Improved progress reporting, thanks @ltfish\n\n2019-11-01 - 2.0.4.33_canary_2019-11-01\n==========\n* Re-added support for buffering requests via the http module, thanks @tygill\n* Fixed an issue with invalid DateTimeOffset, thanks @warwickmm\n* Added new macOS launchers that play nice with Gatekeeper in macOS Catalina, thanks @kenkendk\n* Fixed an issue where `Exclude files whose names contains` would create invalid filters, thanks @kenkendk\n\n2019-10-24 - 2.0.4.32_canary_2019-10-24\n==========\n* Code quality improvements, thanks @warwickmm\n* Fixes to the `Alternative FTP` backend, thanks @kenkendk\n\n2019-10-19 - 2.0.4.31_canary_2019-10-19\n==========\n* Updated translations, thanks all translators!\n* Improved computing EPOCH style timestamps, thanks @kylestanfield\n* Cleanup for removing deleted volumes with incorrect timestamps, thanks @BlueBlock\n* Improved progress when deleting volumes, thanks @drwtsn32x\n* Fixed an issue with ignoring the `--tempdir` option, thanks @drwtsn32x\n* Fixed an issue restoring from a single-file backup, thanks @drwtsn32x\n* Fixed filename color in dark theme, thanks @mithileshz\n* Improved documentation and help texts, thanks @warwickmm\n* Fixed parsing `%u`-style encoded unicode in URLs, thanks @warwickmm\n* Fixed cases where a filelists could be omitted from `dindex` files, thanks @warwickmm\n* Added a new tray-icon for the warning state, thanks @drwtsn32x\n* Fixed a retry error where uploaded `dindex`-files would reference non-existing `dblock` files, thanks @warwickmm\n* Code quality improvements, thanks @warwickmm\n* Fixed a case where purging a single file would purge all *other* files, if the filesystem is case-sensitive, thanks @warwickmm\n\n2019-09-20 - 2.0.4.30_canary_2019-09-20\n==========\n* Updated builds scripts to automatically notarize all packages for MacOS\n* Updated all string using ... to us the ellipsis character, thanks @leela52452\n* Code quality improvements and more tests, thanks @warwickmm\n* Removed escaping of pipe characters on Linux, thanks @kenkendk\n* Updated CoCoL to avoid excessive CPU usage, thanks @kenkendk\n* Updated translations, thanks to all translators!\n* Fixed a crash when connecting to a password protected server instance from the trayicon, thanks @kenkendk\n\n2019-09-17 - 2.0.4.29_canary_2019-09-17\n==========\n* Added workaround for bug in Mono 6.0, thanks @warwickmm\n* Extra logging during database recreates, thanks @drwtsn32x\n* Added options to MSI installer for parameterized installs, thanks @BlueBlock\n* Improved debug building, thanks @BlueBlock\n* Updated packages: FluentFTP, CoCoL, Microsoft.Azure, AWSSDK, MailKit, MimeKit, thanks @BlueBlock\n* Improved progress bar status, thanks @drwtsn32x\n* Fixed a parsing issue when reading the server path in the UI, thanks @FlyingFox333\n* Code quality improvements, thanks @warwickmm\n* Added code to actually remove purged volumes, thanks @BlueBlock\n* Updated bundled GPG and checking for user-installed GPG on Windows, thanks @BlueBlock\n* Improved handling of the \"Stop after current file\" method, thnaks @BlueBlock\n* Updated list of S3 locations and storage classes, thanks @kenkendk\n\n2019-09-05 - 2.0.4.28_canary_2019-09-05\n==========\n* Updated CoCoL and WiX to fix rollback and upgrade errors, thanks @BlueBlock\n\n2019-09-03 - 2.0.4.27_canary_2019-09-03\n==========\n* Fixed issues with the MSI packages not upgrading correctly, thanks @BlueBlock\n* Fixed some assembly redirects and package references, thanks @BlueBlock\n* Code cleanup for EPOCH times, thanks @warwickmm\n\n2019-09-02 - 2.0.4.26_canary_2019-09-02\n==========\n== This is a rebuild of 2.0.4.24 with MSI packages and **new** assembly redirect fixes ==\n\nChange list from 2.0.4.24:\n* Code cleanup, thanks @warwickmm\n* Removed extra console output, thanks @wjansenw\n* Fixed disposing backends after job completion, thanks @warwickmm\n* Fixed an issue with throttled write, thanks @warwickmm\n* Spelling fix, thanks @BlueBlock\n* Fixed documetation in `run-script` examples, thanks @beppo-dd\n* Improved unittests, thanks @BlueBlock\n* Improved auto-compact and auto-vacuum, thanks @drwtsn32x\n* Fixed problem with exceeeding the number of parameters supported by SQLite, thanks @drwtsn32x\n* Improved status display, thanks @drwtsn32x\n* Improved bugreport database scrubbing, thanks @drwtsn32x\n* Removed GoogleDrive trash items in listing, thanks @BlueBlock\n* Fixed the rename method in the GoogleDrive backend, thanks @BlueBlock\n* Improved GCS storage class text, thanks @warwickmm\n* Improved unittests for easier local testing, thanks @warwickmm\n* Added workaround for AFTP upload delay, thanks @BlueBlock\n* Fixed issue with reading the largest path prefix, thanks @BlueBlock\n* Added conditional download of unittest data zip files, thanks @BlueBlock\n* CI testing improvements, thanks @BlueBlock\n* Fixed sporadic issue with backups of files being written, thanks @BlueBlock\n* Updated to .Net Framework 4.6.2\n* Fixed issue with temporary files not being deleted as expected, thanks @BlueBlock\n* Support for forcing calendar dates in time pickers, thanks @LacunaSoftware\n\n2019-09-02 - 2.0.4.25_canary_2019-09-02\n==========\n== This is a rebuild of 2.0.4.24 with MSI packages and assembly redirect fixes ==\n\nChange list from 2.0.4.24:\n* Code cleanup, thanks @warwickmm\n* Removed extra console output, thanks @wjansenw\n* Fixed disposing backends after job completion, thanks @warwickmm\n* Fixed an issue with throttled write, thanks @warwickmm\n* Spelling fix, thanks @BlueBlock\n* Fixed documetation in `run-script` examples, thanks @beppo-dd\n* Improved unittests, thanks @BlueBlock\n* Improved auto-compact and auto-vacuum, thanks @drwtsn32x\n* Fixed problem with exceeeding the number of parameters supported by SQLite, thanks @drwtsn32x\n* Improved status display, thanks @drwtsn32x\n* Improved bugreport database scrubbing, thanks @drwtsn32x\n* Removed GoogleDrive trash items in listing, thanks @BlueBlock\n* Fixed the rename method in the GoogleDrive backend, thanks @BlueBlock\n* Improved GCS storage class text, thanks @warwickmm\n* Improved unittests for easier local testing, thanks @warwickmm\n* Added workaround for AFTP upload delay, thanks @BlueBlock\n* Fixed issue with reading the largest path prefix, thanks @BlueBlock\n* Added conditional download of unittest data zip files, thanks @BlueBlock\n* CI testing improvements, thanks @BlueBlock\n* Fixed sporadic issue with backups of files being written, thanks @BlueBlock\n* Updated to .Net Framework 4.6.2\n* Fixed issue with temporary files not being deleted as expected, thanks @BlueBlock\n* Support for forcing calendar dates in time pickers, thanks @LacunaSoftware\n\n2019-09-02 - 2.0.4.24_canary_2019-09-02\n==========\n* Code cleanup, thanks @warwickmm\n* Removed extra console output, thanks @wjansenw\n* Fixed disposing backends after job completion, thanks @warwickmm\n* Fixed an issue with throttled write, thanks @warwickmm\n* Spelling fix, thanks @BlueBlock\n* Fixed documetation in `run-script` examples, thanks @beppo-dd\n* Improved unittests, thanks @BlueBlock\n* Improved auto-compact and auto-vacuum, thanks @drwtsn32x\n* Fixed problem with exceeeding the number of parameters supported by SQLite, thanks @drwtsn32x\n* Improved status display, thanks @drwtsn32x\n* Improved bugreport database scrubbing, thanks @drwtsn32x\n* Removed GoogleDrive trash items in listing, thanks @BlueBlock\n* Fixed the rename method in the GoogleDrive backend, thanks @BlueBlock\n* Improved GCS storage class text, thanks @warwickmm\n* Improved unittests for easier local testing, thanks @warwickmm\n* Added workaround for AFTP upload delay, thanks @BlueBlock\n* Fixed issue with reading the largest path prefix, thanks @BlueBlock\n* Added conditional download of unittest data zip files, thanks @BlueBlock\n* CI testing improvements, thanks @BlueBlock\n* Fixed sporadic issue with backups of files being written, thanks @BlueBlock\n* Updated to .Net Framework 4.6.2\n* Fixed issue with temporary files not being deleted as expected, thanks @BlueBlock\n* Support for forcing calendar dates in time pickers, thanks @LacunaSoftware\n\n2019-07-14 - 2.0.4.23_beta_2019-07-14\n==========\nThis update only contains warnings to inform users on Amazon Cloud Drive that the service is discontinued.\nThe update will warn users running or configuring a backup stored on Amazon Cloud Drive.\n\nThis does **NOT** affect other Amazon services such as S3.\nIf you do not use Amazon Cloud Drive, you can skip this update.\n\nFor more information on the changes, please see:\nhttps://forum.duplicati.com/t/amazon-cloud-drive-discontinued/7391\n\n2019-06-30 - 2.0.4.22_canary_2019-06-30\n==========\n* Fixed link to usage reporter, thanks @warwickmm\n* Fixed using the B2 prefix, thanks @drwtsn32x\n* Fixed data corruption caused by upload throttling, thanks @ts678\n* Fixed data corruption caused by compacting, thanks @ts678 and @warwickmm\n\n2019-06-28 - 2.0.4.21_experimental_2019-06-28\n==========\nThis is a cumulative release for more than 6 months of hard work.\nMost of these are speedup improvements, error handling and general quality fixes.\n\nThis release will give a warning for all users of the Amazon Cloud Drive backen, as it is being discontinued by Amazon:\nhttps://forum.duplicati.com/t/amazon-cloud-drive-discontinued/7391\n\nA big thanks to the community members who work hard with fixing issues and responding on the forum:\nhttps://forum.duplicati.com\n\n2019-06-25 - 2.0.4.20_canary_2019-06-25\n==========\n* Added warnings about AmzCD closing\n\n2019-06-17 - 2.0.4.19_canary_2019-06-17\n==========\n* Show vacuum operation in status, thanks @drwtsn32x\n* Remove deprectated options and code from backends, thanks @warwickmm\n* Improved timeout handling for OAuth login, thanks @warwickmm\n* Improved names of backup databases, thanks @drwtsn32x\n* Removed the Google Plus icon, thanks @locked-fg\n\n2019-05-12 - 2.0.4.18_canary_2019-05-12\n==========\n* Improved UI progress to show the VACUUM step, thanks @drwtsn32x\n* Fixed GTK tray icons, thanks @warwickmm\n* Improved error reporting from the webserver, thanks @warwickmm\n* Code cleanup and quality improvements, thanks @warwickmm\n* Ignoring empty remote files on restore, which speeds up recovery, thanks @pectojin\n* Fixed subject line in email status messages, thanks @pectojin\n* Fixed issues with Box and Amazon introduced in the latest canary, thanks @warwickmm\n* Fixed issues with readling parameter file, thanks @warwickmm\n* Improved filter handling for empty filters, thanks @dgehri\n* Added API method to allow calling the VACUUM command from the browser, hanks @drwtsn32x\n\n2019-04-11 - 2.0.4.17_canary_2019-04-11\n==========\n* Improved code quality, thanks @warwickmm\n* Fixed an issue where index files were not generated, thanks @seantempleton\n* Masked password fields in UI, thanks @drwtsn32x\n* Added `fr_CA` translation and updated `fr` translation, thanks @flafleur\n* Improved default exclude filters to catch Chrome file on Mac/Linux, thanks @flafleur\n* Added support for Google Team Drive, thanks @mukut1994\n* Fixed random database names being numeric\n* Corrected description for approving self-signed certificates, thanks @flafleur\n* Click on balloon tip on Windows now opens the browser, thanks @flafleur\n* Fixed an error that prevented bug report databases from being created, thanls @pectojin\n* Fixed documentation for buffer sizes, thanks @jonmikeiv\n* Fixed an issue where an upload error would not be reported, thanks @warwickmm\n* Improved documentation, thanks @space-alien\n* Fixed captcha generating out-of-bounds characters, thanks @oslerw\n\n2019-03-28 - 2.0.4.16_canary_2019-03-28\n==========\n* Fixed an issue with Sia authentication, thanks @Ajedi32\n* Improved documentation, thanks @kesava-wow\n* Improved code quality, thanks @warwickmm\n* Added custom B2 download url option, thanks @aahung\n* Updated list of Wasabi and S3 storage destinations, thanks @FroggieFrog\n* Fixed a case where temporary files were not removed, thanks @warwickmm\n* Code refactor and quality improvement, thanks @verhoek\n* Added option for parallel uploads, thanks @seantempleton\n* Improved exception messages, thanks @warwickmm\n* Implemented Jottacloud multithreading uploads, thanks @nescafe2002\n\n2019-02-06 - 2.0.4.15_canary_2019-02-06\n==========\n* Fixed an issue with backup of a Windows drive (without a path)\n* Clarified the B2 user interface, thanks @Pectojin\n\n2019-01-30 - 2.0.4.14_canary_2019-01-30\n==========\n* Fixed an issue with upgrading the database from a previous version\n* If you used v2.0.4.13, your database is likely broken, see the forum for details: https://forum.duplicati.com/t/release-2-0-4-13-canary-2019-01-29/\n\n2019-01-29 - 2.0.4.13_canary_2019-01-29\n==========\n* Added tests and improved code quality, thanks @warwickmm\n* Changed the internal storage of paths to use a prefix method. This should reduce the size of the database significantly and enable much faster database queries later on\n* Increased timeouts for reading the output from the commandline process to allow long running background jobs\n\n2019-01-16 - 2.0.4.12_canary_2019-01-16\n==========\n* Many source code quality improvements, thanks @warwickmm\n* Added test percentage option, thanks @warwickmm\n* Fixed an issue with the log page not loading, thanks @LacunaSoftware\n* Updated the Mega API, thanks @Pectojin\n* Added tool to import a CLI backup into the server, thanks @warwickmm\n* Improved build tools to separate and simplify the GPG signing step, thanks @v$\n* Fixed a case where listing files backed up from a UNC path are not shown, tha$\n* Removed the unused file lookup table, thanks @Pectojin\n* Fixed an issue with the FTP backend where it would sporadically create files $\n* Fixed quota reporting from GoogleDrive, thanks @warwickmm\n* Improved code quality, thanks @verhoek\n* (rebuild of 2.0.4.11)\n\n2019-01-16 - 2.0.4.11_canary_2019-01-16\n==========\n* Many source code quality improvements, thanks @warwickmm\n* Added test percentage option, thanks @warwickmm\n* Fixed an issue with the log page not loading, thanks @LacunaSoftware\n* Updated the Mega API, thanks @Pectojin\n* Added tool to import a CLI backup into the server, thanks @warwickmm\n* Improved build tools to separate and simplify the GPG signing step, thanks @verhoek\n* Fixed a case where listing files backed up from a UNC path are not shown, thanks @mnaimann\n* Removed the unused file lookup table, thanks @Pectojin\n* Fixed an issue with the FTP backend where it would sporadically create files in the root folder of the server, thanks @balchen\n* Fixed quota reporting from GoogleDrive, thanks @warwickmm\n* Improved code quality, thanks @verhoek\n\n2018-12-29 - 2.0.4.10_canary_2018-12-29\n==========\n* Improved passphrase export, thanks @Pectojin\n* Fixed an issue with restores that have no password, thanks @warwickmm\n* Fixed a process shutdown/restart issue on Synology, thanks @drwtsn32x\n* Improved build and tests, thanks @verhoek\n* Fixed issues with displaying logs from the UI, thanks @Pectojin\n* Improved performance of filters by around 10x, thanks @warwickmm\n\n2018-12-22 - 2.0.4.9_canary_2018-12-22\n==========\n* Improved code quality, thanks @warwickmm\n* Fixed typo, thanks @JonMikeIV\n* Improved speed from default filter groups, thanks @warwickmm\n* Fixed CPU/memory issue on MacOS, thanks @warwickmm\n\n2018-12-13 - 2.0.4.8_canary_2018-12-13\n==========\n* Fixed an issue that broke IE, thanks @mikaelmello\n\n2018-12-13 - 2.0.4.7_canary_2018-12-13\n==========\n* Fixed an issue that broke IE, thanks @mikaelmello\n\n2018-12-11 - 2.0.4.6_canary_2018-12-11\n==========\n* Improved code quality and documentation, thanks @warwickmm\n* Don't ask for password for an unencrypted backup, thanks @verhoek\n* SFTP can now create missing folder tree, thanks @warwickmm\n* Removed duplicati http options, thanks @warwickmm\n* Fixed an issue with exporting passwords, thanks @Pectojin\n* Added notificaiton button for warnings, thanks @LacunaSoftware\n* Added cache-buster for all local static files, thanks @LacunaSoftware\n* Improved code quality, thanks @verhoek\n* Fixed an issue where the GUI would not delete the local database, even on request, thanks @warwickmm\n* Fixed a misleading path error message, thanks @mikaelmello\n* Fixed scheduler checking allowed days in local timezone, thanks @LacunaSoftware\n* Reworked the log UI, thanks @LacunaSoftware\n* Fixed an issue where local times were reported as clashing if times overlapped due to DST\n\n2018-11-28 - 2.0.4.5_beta_2018-11-28\n==========\nThe major changes in this version are:\n\n* New multi-threaded processing engine\n* New logging system with filter options\n* Better external reporting, with JSON support\n* Filter groups to exclude common unwanted files\n* Ignore filenames and empty folders added\n* USN support on Windows\n* Improved repair and validation\n* Fixed reading password from console\n* UID and GID now correctly restored on Linux/BSD/MacOS\n* Added a number of new languages to the user interface\n\nAnd of course many, many, other updates and fixes contributed by the Duplicati community.\n\nA big thanks to all who contributes fixes, reportes issues, and participate on the forum!\n\n2018-11-28 - 2.0.4.3_beta_2018-11-28\n==========\nThe major changes in this version are:\n\n* New multi-threaded processing engine\n* New logging system with filter options\n* Better external reporting, with JSON support\n* Filter groups to exclude common unwanted files\n* Ignore filenames and empty folders added\n* USN support on Windows\n* Improved repair and validation\n* Fixed reading password from console\n* UID and GID now correctly restored on Linux/BSD/MacOS\n* Added a number of new languages to the user interface\n\nAnd of course many, many, other updates and fixes contributed by the Duplicati community.\n\nA big thanks to all who contributes fixes, reportes issues, and participate on the forum!\n\n2018-11-12 - 2.0.4.2_experimental_2018-11-12\n==========\n* Rebuild of 2.0.4.1 due to errors in the Docker images\n\n2018-11-08 - 2.0.4.1_experimental_2018-11-08\n==========\nThis is a collection release that is based on the 2.0.3.14 canary build.\n\nThe major changes in this version are:\n\n* New multi-threaded processing engine\n* New logging system with filter options\n* Better external reporting, with JSON support\n* Filter groups to exclude common unwanted files\n* Ignore filenames and empty folders added\n* USN support on Windows\n* Improved repair and validation\n* Fixed reading password from console\n* UID and GID now correctly restored on Linux/BSD/MacOS\n* Added a number of new languages to the user interface\n\nAnd of course many, many, other updates and fixes contributed by the Duplicati community.\n\nA big thanks to all who contributes fixes, reportes issues, and participate on the forum!\n\n2018-11-14 - 2.0.4.4_canary_2018-11-14\n ==========\n* Added password confirmation on change, thanks @LacunaSoftware\n* Fixed a crash with VSS, thanks @verhoek\n\n2018-11-14 - 2.0.4.4_canary_2018-11-14\n ==========\n* Added password confirmation on change, thanks @LacunaSoftware\n* Fixed a crash with VSS, thanks @verhoek\n\n\n2018-11-08 - 2.0.3.14_canary_2018-11-08\n==========\n* Removed unused icons, thanks @Pectojin\n* Updated AWS libraries, thanks @Pectojin\n* Removed the WindowsService restart fix as it did not work as expected\n\n2018-10-31 - 2.0.3.13_canary_2018-10-31\n==========\n* Added more tests, thanks @warwickmm\n* Fixed duration display in restore, thanks @verhoek\n* Refactored Dropbox backend, thanks @verhoek\n* Fixed a typo in the filter for excluding Firefox data, thanks @warwickmm\n* Fixed problem with OneDrive \"eating\" leading slashes, thanks @warwickmm\n* Improved Windows version detection for HyperV, thanks @mnaiman\n* Added code to allow the Windows Service to correctly autoupdate\n\n2018-10-23 - 2.0.3.12_canary_2018-10-23\n==========\n* Fixed translations not working for sub-cultures, thanks @LacunaSoftware\n* Improved error detection and reporting\n* Fixed progress bar not updating, thanks @LacunaSoftware\n* Improved LVM handling, thanks @jkellerer\n* Fixed issues with long paths and USN, thanks @dgehri\n* Numerous code quality improvements, thanks @warwickmm\n* Removal of unused code, thanks @Pectojin\n* Added backup description field to UI, thanks @sffetlio\n* Updated MegaApiClient to 1.6.3, thanks @Pectojin\n* Normalize paths by forcing Windows drive letters to upper case, thanks @mnaiman\n* Fixed progress stats gammar and consistency, thanks @lucascosti\n* Fixed server errors with empty form changes, thanks @LacunaSoftware\n* Improved error messages, thanks @warwickmm\n* Added US-West to Wasabi, thanks @gzzengwei\n* Added app manifest files for Windows, thanks @LacunaSoftware\n\n2018-09-05 - 2.0.3.11_canary_2018-09-05\n==========\n* Cleanup of async methods and naming, thanks @warwickmm\n* Added more non-compressible file extensions, thanks @ravisorg\n* Login password field is now auto-focused, thanks @ltGuillaume\n* Added more pause time options, thanks @bmendonca\n* Fixed filename comparer to support correct filename encoding, thanks @warwickmm\n* Changed the default filename query to fix reported slowdowns\n* Added additional experimental queries to possible speed things up even more with \n\n2018-08-30 - 2.0.3.10_canary_2018-08-30\n==========\n* Updated the help text for no certificates found, thanks @jonmikeiv\n* Fixed logging details, thanks @mnaiman\n* Fixed error messages on repair, thanks @mnaiman\n* Refactored the FTP backend, thanks @verhoek\n* Rewrote the lock on database queries to be simpler and less CPU intensive\n* Removed some logging details in core performance areas (can be re-enabled with `--profile-all-database-queries`)\n* Removed automatic attempts to rebuild `dblock` files as it is slow and rarely finds all the missing pieces (can be enabled with `--rebuild-missing-dblock-files`).\n* Fixed the version number on MacOS builds\n* Updated the signing certificate for executables and Windows installers\n* Added a hostname check for the webserver\n* Fixed an issue where the number of remaining files would be negative\n* Updated localization files\n* Now emits a warning if the option is missing a suffix on sizes (b, kb, mb, gb, tb)\n* Added partially translated Romanian, Swedish, Thai, Hungarian, Slovakian, Catalan, Japanese, Bengali, and Korean to langauges\n* Fixed a number of issues with `--check-filetime-only`\n* Removed the `--store-metadata` option\n* Rewrote the query that fetches the previous information for a file or folder. Set the environment variable `TEST_QUERY_VERSION=1` to revert to the old version for speed comparison, or `TEST_QUERY_VERSION=2` for an alternate version.\n* Improved UI status messages, thanks @lucascosti\n* Failing to add a file will now give a warning instead of stopping the backup\n* Removed a hot-item cache for VSS\n* Added option `--disable-filelist-consistency-checks` to allow speeding up large backups\n* Now ignoring `ENODATA` error message when reading metadata on Linux/BSD\n* Added additional support for exit codes in `--run-script-before` to allow stopping the backup or emitting a warning \n* Fixed an issue with Google Cloud Storage, thanks @warwickmm\n* Improved the B2 username field description, thanks @xfakt-pj\n* Removed some unused code, thanks @warwickmm\n* Improved source code documentation, thanks @mikaelmello\n\n2018-06-30 - 2.0.3.9_canary_2018-06-30\n==========\n* Fixed an issue with dectection HyperV, thanks @mnaiman\n* Default to exclude the System State VSS writers, thanks @mnaiman\n* Fixed an issue where restores from the GUI would not autodetect blocksize and other parameters\n* Fixed an issue with VSS failing to map the paths\n\n2018-06-28 - 2.0.3.8_canary_2018-06-28\n==========\n* Fixed MSI version number\n* Un-hid the Google GCS backend\n* Fixed file sizes reported as zero\n* Fixed a wrong display of sizes less than 1kb, thanks @fyndecano\n* Improvements to the build process, thanks @verhoek\n* Fixed a problem with the Amazon Cloud Drive delay, thanks @snamds\n* Fixed a potential deadlock/performance issue, thanks @warwickmm\n* Improved metadata reporting and UI, thanks @verhoek\n* Improved Hyper-V detection, thanks @mnaiman\n* Improved ways to handle the temporary folder, thanks @verhoek\n* Added logic to remove privileges from the database files, thanks @verhoek\n* Fixed a problem with USN support, thanks @dgehri\n* Fixed temporary files not being removed\n* Fixed no output from commandline on Windows\n* Enabled password input from console again\n\n2018-06-17 - 2.0.3.7_canary_2018-06-17\n==========\n* Added option to exclude empty folders\n* Added option to exclude folders based on the existence of a marker file\n* Changed the generation of index files to avoid pulling them from a database query\n* Fixed an issue that would create large index files\n* Improved the recreate logic to work if some files are missing, but the data exists in other files\n* Fixed spacing in the status bar UI, thanks @SanduRajapakse\n* Optimized unittests for serialization, thanks @warwickmm\n* Improved commandline parsing, thanks @verhoek\n* Added support for using the USN numbers for faster backups on NTFS drives, thanks @dgehri\n* Added Duplicati program version in status results, thanks @drwtsn32x\n* Added thread safe collections to the Synology auth handler, thanks @warwickmm\n* Improved code readability, thanks @warwickmm\n* Removed all calls to `Console.WriteLine` as it could lock up the console on Windows\n* Added Memset Cloud Storage to OpenStack providers, thanks @tnwhitwell\n* Refactored GoogleDrive backend, thanks @verhoek\n* Improved unittest scripts, thanks @verhoek\n* Optimized some string operations, thanks @warwickmm\n* Fixed a few issues with the commandline interface, thanks @verhoek\n* Updated built-in help for the new `--log-level` options, thanks @tygill\n* Code cleanup and standardization, thanks @warwickmm\n* Fixed issue on OneDrive (MSGraph) that would fail when trying to delete a missing file, thanks @tygill\n* Added additional help text for the dblock size picker UI\n* Added UI validation for B2 paths\n* No longer restoring metadata on symlinks by default, as that updated the targets\n* Fixed an issue with OAuth timeouts, thanks @tygill\n* Fixed an issue with overriding the temporary folder, thanks @verhoek\n* Fixed an issue with clearing callcontext settings, thanks @verhoek\n* Fixed an issue with shared buffers causing validation errors when running multiple index file generators\n* Improved the repair and broken file detection, thanks @tygill\n* Refactored the Google Cloud Storage backend, thanks @verhoek\n* Improved error message and handling for source folders with permission issues, thanks @verhoek\n* Fixed a problem with recreating symlinks on Windows, thanks @snamds\n* Improved handling of the console input/output, thanks @verhoek\n* Fixed a race in the webserver when decoding locale, thanks @verhoek\n* Added an option to disable automatic login from the tray icon\n* Fixed some incorrect status reports being generated during backup\n* Fixed an null-error in the box.com backend, thanks @warwickmm\n\n2018-04-23 - 2.0.3.6_canary_2018-04-23\n==========\nThis update adds concurrent processing for the backup. With this update, the backup will now use multiple cores to perform checking and compressing.\nUse the advanced option `--concurrency-max-threads` to toggle how many threads to use.\nThe options `--concurrency-block-hashers` and `--concurrency-compressors` can be used to adjust the number of hashers and compressors to use.\n\nBeware that this update contains a lot of new code, and should only be used in test environments.\n\nOther fixes in this build:\n* Fixes for filter groups, thanks @tygill\n* Fixed a backup import issue with empty metadata\n* Added upper bound to password checker, thanks @pectojin\n\n2018-04-13 - 2.0.3.5_canary_2018-04-13\n==========\n* Improved progress bar messsages and layout, thanks @SanduRajapakse\n* Improved icon status images, thanks @dbddhkpde\n* Code and test cleanups, thanks @warwickmm\n* Fixed an issue with rclone backend ignoring options, thanks @Bruceforce\n* Added a fix for browsers with scripting disabled, thanks @Pectojin\n* Added a button to dismiss all messages, thanks @Pectojin\n* Added KeyStone v3 support to OpenStack backend, thanks @epol\n* Updated translations, thanks to all translators!\n* Fixed an issue that caused large log data to accumulate and break sending report/email status\n* Added support for fine-grained control over how log data is reported via email, http and Jabber/XMPP\n* Added support for sending JSON formatted data with the http report module\n* Fixed an issue with MS Graph authentication, thanks @tygill\n* Fixed a performance issue during file scanning, thanks @ltfish\n* Added support for serializing results into json for all report modules and the run-script module as well, thanks @StephenGregory\n* Added filter groups and a UI for it, thanks @tygill\n* Fixed an issue where some paths were not reported via test-filters\n* Fixed some issues with handling internal server settings, thanks @warwickmm\n\n2018-04-02 - 2.0.3.4_canary_2018-04-02\n==========\n* Added support for setting low IO priority during backups\n* Changed order of throttling arguments to fix incorrect throtling\n* Added an option to disable backups when running on battery, thanks @warwickmm\n* Fixed a crash on the CLI help page, thanks @tygill\n* Added new Graph-API based backends for SharePoint and Office 365, thanks @tygill\n* Added new UI status badges, thanks @dbddhkpde\n\n2018-04-02 - 2.0.3.3_beta_2018-04-02\n==========\nThis beta release contains many changes, a quick summary of changes:\n\n* Fixed not running the slow VACUUM command after each operation\n* Fixed a problem with SSL certificates periodically failing\n* Added Sia and rclone backends\n* Updated the hashing library to use faster native libraries where available\n* Added a new retention policy and UI which allows backup versions to decrease over time\n* Updated the auto-updater, such that new installs will spawn an extra process instead of using the AppDomain method as previously done.\n* Faster browsing of files to restore\n* Removed automatic tilde expansions as it created numerous problems\n* Multiple new languages added to the UI\n* Fixed a number of browser cache issues, which should fix the XSRF errors\n* Fixed not attempting to read non-symlink reparse points on Windows\n* Fixed some crashes that were caused by the usage reporter filling up reports\n\nThanks to the many contributors who worked hard to get this release ready!\n\n2018-03-16 - 2.0.3.2_canary_2018-03-16\n==========\n* Added a new logging system with filters\n* Source code documentation fixes and code quality fixes, thanks @warwickmm\n* Improved the speed of the re-encrypt python script, thanks @piegamesde\n* Added username and started-by information in the WebUI, thanks @Pectojin\n\n2018-03-16 - 2.0.3.1_experimental_2018-03-16\n==========\nThis experimental release is mostly the same as the canary build v2.0.2.20.\nSome of the major changes from the experimental build 2.0.2.15 are:\n\n* A new UI for setting the retention policy\n* Added an rclone backend\n* External links in the UI are now marked\n* Fixed a number of browser cache issues, which should fix the XSRF errors\n* Optional warnings when reaching the quota limit\n* Fixed not attempting to read non-symlink reparse points on Windows\n* Fixed a problem with the box.com backend\n* Fixed some crashes that were caused by the usage reporter filling up reports\n* Option to disable the file-size read-ahead scanner\n\n2018-03-06 - 2.0.2.21_canary_2018-03-06\n==========\n* Rebuilt the style.css file\n* Added support in all backends for reloading DNS names when the error indicates a DNS error\n* Removed some default filters (still disabled by default), thanks @tygill\n* Fixed a parsing case for the 'U' parameter, thanks @TekkiWuff\n* Fixed a problem with IE not loading the page correctly, thanks @TekkiWuff\n* Fixed a problem with setting the initial password on the server and some change-password issues, thanks @mnaiman\n\n2018-02-27 - 2.0.2.20_canary_2018-02-27\n==========\n* Added Docker images, thanks @fkrull\n* Fixed log entries being cut in UI, thanks @Pectojin\n* Improved the webserver status codes, thanks @Pectojin\n* Fixed the Mono download link for the OSX package, thanks @aranaur\n* Improved the log UI to not load excessive results, thanks @Pectojin\n* Fixed an issue where retention options would not clear in the UI, thanks @TekkiWuff\n* Not applying default filters, unless explicitly enabled by the user\n* Automatically reloading DNS entries for WebDAV if there is a name lookup error, thanks @Pectojin\n* Improved rentention policy syntax and functionality, thanks @TekkiWuff\n* Added script to re-encrypt remote files, thanks @wjansenw\n* Fixed a number of incorrect HTTP status codes, thanks @Pectojin\n\n2018-02-12 - 2.0.2.19_canary_2018-02-12\n==========\n* Updated translations\n* Rebuilt stylesheet\n\n2018-02-11 - 2.0.2.18_canary_2018-02-11\n==========\n* Fixes to the \"advanced options\" list in the GUI, thanks @pectojin\n* Fixed OpenStack URI selector in the GUI, thanks @pectojin\n* Added workaround to broken OneDrive file listing, thanks @osmogar\n* Improvements to the log page, thanks @pectojin\n* Fixed a scheduler issue with clock drift, thanks @pectojin\n* Added option to ignore metadata when importing a backup, thanks @pectojin\n* Improvements to backup retention, thanks @TekkiWuff\n* Added `--parameters-file` to the server, thanks @pectojin\n* Fixed incorrect size requirements for Synology package\n* Fixes to the DuplicatiVerify.ps script, thanks @mnaiman\n* Fixed showing backup durations longer than 24 hours, thanks @pectojin\n* Fixed leaving orphan data in the settings database after deleting a backup job, thanks @pectojin\n* Fixed many caching issues, which should also fix the XSRF error message\n* Fixed sending \"run now\" commands in front of the backup queue, thanks @pectojin\n* Added warnings when the backup is nearing the quota limit, thanks @tygill\n* Fixed all reparse points were treated as symlinks, which fixes backup of OneDrive folders, thanks @tygill\n* Fixed a crash on very fast copy operations, thanks @TekkiWuff\n* Added .m2ts (BlueRay container) to the list of non-compressible extensions, thanks @pectojin\n* Fixed a bug in the box.com backend that prevented backups\n* Fixed a weird \"0 warnings\" message\n* Made the GUI menu stay in place instead of scroll away, thanks @pectojin\n* Fixed a problem where default filters were not applied when running from the server, thanks @tygill\n* Added limitations to the usage reporter, so it does not attempt to submit a large backlog of data\n* Fixed two cases where commandline arguments were not correctly formatted when sent to new processes\n* Added support for disabling the file-size read-ahead scanner\n\n2018-01-23 - 2.0.2.17_canary_2018-01-23\n==========\n- Fixed a bug with the update packages having an invalid hash\n- Updated external links in the UI to be clearly marked\n- Experimental support for Google Team Drives\n- Fixed WEBDAV Test function, thanks @inat3k\n- Added an rclone backend, thanks @wjansenw\n- Fixed some broken error messages, thanks @JonMikeIV\n- Added a simple UI for exposing the `--retention-policy` option\n\n2018-01-18 - 2.0.2.16_canary_2018-01-18\n==========\n* Reworked some internal compression code, thanks @vnau\n* Updated commandline documentation, thanks @mr-flibble\n* Improved 64bit OS detection, thanks @warwickmm\n* Fixed a problem with the progress bar hiding under the top bar, thanks @pectojin\n* Fixed a problem displaying more than 10 advanced options, thanks @pectojin\n* Improved detection of 32bit MSSQL on 64bit Windows, thanks @inat3k\n* Changed load order of modules to allow `run-script` to change setup, thanks @BrianLakstins\n* Added a `UserAgent` header to OD4B requests\n\n2018-01-03 - 2.0.2.15_experimental_2018-01-03\n==========\nThis is the same as build 2.0.2.14 canary\n\nOverview of major and breaking changes since 2.0.1.73 experimental:\n* Fixed not running the slow VACUUM command after each operation\n* Improved S3 to work better with non AWS hosts\n* Updated backend support libraries to the latest versions: Azure, AWS, SSH, SharpCompress, Mega, AlphaFS\n* Fixed a problem with SSL certificates periodically failing\n* Added a Sia backend\n* Added a number of default excludes\n* Updated the hashing library to use faster native libraries where available\n* Added a new retention policy which allows backup versions to decrease over time\n* Updated the auto-updater, such that new installs will spawn an extra process instead of using the AppDomain method as previously done.\n* Faster browsing of files to restore\n* Removed automatic tilde expansions as it created numerous problems\n* Multiple new languages added to the UI\n\n2017-12-22 - 2.0.2.14_canary_2017-12-22\n==========\n* Multiple code quality fixes, thansk @warwickmm\n* Fixed a case where commandline arguments ending with a backslash were not correctly escaped on Windows\n\n2017-11-22 - 2.0.2.13_canary_2017-11-22\n==========\n* Fixed an issue with AutoUpdater semi-ignoring webroot\n* Fixed an issue where source folders would be omitted from the backup if a file with the same leading name was also added\n* Switched to default \"keep forever\", thanks @ItEndsWithTens\n* Fixed a startup crash caused by invalid throttle values\n* Added a number of new languages, thanks to all translators!\n* Timestamps in the log are now reported in local time and include a UTC timestamp for easy script parsing\n* Added Windows registry exclusion list to the default exclude filters\n* Added .dv files to compression exclusion list, thanks @jesjimher\n* Fixed some spelling in the UI, thanks @davegold24 and @JonMikeIV\n* Fixed logic of the `affected` command to not return empty results if the local database was not found\n* Fixed a case where the \"Resume\" button did not appear clickable, thanks @JonMikeIV\n* Improved query time for browsing folders during restore, thanks @RobSauro\n* Commands are now sorted alphabetically, thanks @JonMikeIV\n* Improved an error message when the SSH key failed to parse\n* Removed tilde expansion to fix multiple issues caused by unexpected expansio, thanks @warwickmm\n* Fixed .rbf files to only be excluded if they are part of the `config.msi` folder\n* Improved the commandline export to show commandlines that are correctly escaped for the shell\n* Fixed a case where the AutoUpdater would fail to send the correct commandline to the updated process\n\n2017-10-20 - 2.0.2.12_canary_2017-10-20\n==========\n* Fixed not reporting \"Finished\" until the backup is actually finished, thanks @warwickmm\n* Fixed stack overflow in FTP backend, thanks @tygill\n* Fixed a number of incorrect exception messages, thanks @warwickmm\n* Removed assembly signing for now, thanks @warwickmm\n\n2017-10-20 - 2.0.2.11_canary_2017-10-20\n==========\n* Changed the way the auto-updater works. It now spawns a new version of the executable instead of attempting to run it in an AppDomain\n  It is possible to revert to the old version by setting the environment variable `AUTOUPDATER_USE_APPDOMAIN=true`\n* Updated Synology script to be better at locating Mono\n* Service description now requests auto-restart\n* Added the Czech (cs) translations\n* Updated FasterHashing, so it automatically picks up openssl 1.0 and 1.1 on all platforms\n\n2017-10-11 - 2.0.2.10_canary_2017-10-11\n==========\n* Fixed an issue with the compare command not working with filters\n* Fixed showing the full version number on the app on MacOS\n* Code quality cleanup, thanks @warwickmm\n* Added code to detect the power supply source, thanks @warwickmm\n* Fixed an issuw with quota detection for non-drive roots on Windows, thanks @t$\n* Implemented retention policy as a commandline switch, thanks @tekkiwulf\n* Improved default filters, thanks @tygill\n* Updated FasterHashing to fix problems on MacOS and with OpenSSL 1.1\n* Fixed the remote-file delete function to only delete Duplicati-related files\n* Added option to run the tray-icon detached from the console\n\n2017-10-01 - 2.0.2.9_canary_2017-10-01\n==========\n* Updated libraries: NewtonSoft.Json, AzureBlob, AWS, SSH, SharpCompress, Meg, NGetText, MimeKit, MailKit, AlphaFS, CoCoL\n* Fixed the default-filters warning, thanks @tygill\n* Added quota reporting to OneDrive, thanks @tygill\n* Added a number of performance improvementes, thanks @warwickmm\n* Switched hashing to use FasterHashing which loads OpenSSL or Apple CC libraries for much faster hashing performance\n* Changed the `--zip-compression-method` option to report only the supported methods\n* Fixed error on Compact that was caused by backend re-use\n\n2017-09-20 - 2.0.2.8_canary_2017-09-20\n==========\n* Fixed passwordless SSH setup, thanks @Pectojin\n* More fixes to the SSL certificate override issue\n* Changed hash provider to use the native CNG version if available\n\n2017-09-19 - 2.0.2.7_canary_2017-09-19\n==========\n* Fixed an issue with S3 IAM not working if the destination had subfolders\n* Fixed an issue where the backup would error out reporting an extra file that was just deleted\n* Fixed an issue with AmzCD not honoring the consistency delay in all cases\n* Added support for GUID based source folders on Windows, thanks @tygill\n* Fixed not being able to set \"no delay\" for startup settings, thanks @Pectojin\n* Added nice-level to Duplicati-server on Linux-based installs, thanks @z0rc\n* Re-introduced the machine name in the WebUI page title, thanks @Pectojin\n* Reduced size of PNG images, thanks @PeterDaveHello\n* Added default filters to exclude temp folders and similar, thanks @tygill\n* Fixed all string compares to use ordinal compare, thanks @tygill\n* Fixed a case where temporary files were not removed after verification\n\n2017-09-16 - 2.0.2.6_canary_2017-09-16\n==========\n* Added an experiemental --use-block-cache flag to test performance potential\n\n2017-09-14 - 2.0.2.5_canary_2017-09-14\n==========\n* Added support for wildcards in source paths on Windows, thanks @tygill\n* Improved default values for Sia backend, thanks @fuffenz\n\n2017-09-09 - 2.0.2.4_canary_2017-09-09\n==========\n* Fixed an issue that cause Duplicati GUI to fail on startup\n\n2017-09-08 - 2.0.2.3_canary_2017-09-08\n==========\n* Added Italian and Chinese (Taiwan) to languages\n* Fixed periodically loosing http certificate overrides\n* Added status variables to mail/jabber/script/http reporters\n* Added a Sia backend (thanks @fuffenz)\n* Fixed issue with using Azure backend\n\n2017-08-30 - 2.0.2.2_canary_2017-08-30\n==========\n* Fixed not performing vacuum all the time, thanks @danstahr\n* Added Selectel as an OpenStack prodvider, thanks @febalist\n* Added a fix for hanging \"Connecting ...\" dialogs on some machines\n* Fixed an issue with the HTTP report module not using a custom message\n* Updated translations, added Danish to the list, thanks to all translators!\n* Improved error messages on passphrase change\n* Fixed a crash that happened in the scheduler if the clock was changed with more than 3 months\n* Fixed TrayIcon connecting over HTTPS if possible, thanks @mnaiman\n* Added options to SSH library that allows configuring the timeout values\n* Updated the Mega and SSH libraries\n* Added support for detecting MacPorts versions of Mono\n* Added a tooltip to the Windows trayicon\n* Changed the logic in S3 to auto-set `--s3-ext-forcepathstyle` if the destination is not a known Amazon server\n* Improved error message for WebDAV if the server returns 405\n* Added a startup dialog that asks users to password protect the UI\n* Added Wasabi as an S3 provider\n\n2017-08-01 - 2.0.2.1_beta_2017-08-01\n==========\nThis is the first Beta release of Duplicati 2.0.\n\nIt is a rebuild of version 2.0.1.73, intended for users who prefer a stable version instead of \"bleeding edge\" updates.\n\nThanks to everyone who has used Duplicati, reported bugs and contributed fixes!\n\n2017-07-15 - 2.0.1.73_experimental_2017-07-15\n==========\nThis version is the same as 2.0.1.72_canary.\nSom of the changes from 2.0.1.61_experimental:\n\n* Added a \"dark\" theme\n* Updated thirdparty libraries\n* Added JottaCloud backend\n* Improved database rebuild speed\n* Added throttle controls to the WebUI\n* Switched to %LOCALAPPDATA% for storing data on Windows\n* And more ...\n\n2017-07-05 - 2.0.1.72_canary_2017-07-05\n==========\n* Fix duplicate `zip-compression-level` warning\n\n2017-07-04 - 2.0.1.71_canary_2017-07-04\n==========\n* Fixed a problem with the Synology package allowing access without being authenticated with DSM\n\n2017-07-04 - 2.0.1.70_canary_2017-07-04\n==========\n* Added support for enabling zip64\n* Rewrote the Synology package to use nginx proxy features instead of CGI\n* Added code signature to Synology package\n\n2017-06-29 - 2.0.1.69_canary_2017-06-29\n==========\n* Added support for attaching the console to the service on Windows, thanks @mnaiman\n* Fixed a crash when starting the trayicon with a password set, thanks @mnaiman\n\n2017-06-28 - 2.0.1.68_canary_2017-06-28\n==========\n* Fixed an issue with password managers setting the password on configuration export\n* Updated SQLite to 1.0.105.2 (3.19.3) on Windows\n* Fixed an issue that prevented the TrayIcon \"Quit\" menu item from working\n* Now using %LOCALAPPDATA% for storing local files on Windows, unless %APPDATA% already has data\n* Updated AWS S3 libraries\n* Switched to new Authenticode signing key\n\n2017-06-21 - 2.0.1.67_canary_2017-06-21\n==========\n* Fixed the main menu \"floating\" up on small screens\n* Fixed some issues with stopping a backup\n* Fixed the help dialog for HubiC suggesting the default/ prefix\n* Changed some texts in the UI\n* Added live throttle control options\n* Added option for TrayIcon to connect to the server without the password, if it can read the local database\n* Added systed service file for RPM installs\n\n2017-06-15 - 2.0.1.66_canary_2017-06-15\n==========\n* Removed the warning text on the settings page\n* Added internal system for better database upgrades, thanks @Danstahr\n* Included Jottacloud backend in the build output, thanks @Danstahr\n* Fixed an arugment-out-of-range error in the \"compare\" method, thanks @Danstahr\n* Added support for reading and writing filters in external scripts, thanks @IGTHORN\n* Added an environment variable to override the default file-system case-sensitivity\n* Improved recreate database speeds, thanks @zed9h\n\n2017-06-09 - 2.0.1.65_canary_2017-06-09\n==========\n* Updated the Azure libraries\n* Cleaned the deployed builds from XML files\n* Fixed an out-of-bounds error, thanks @okoetter\n* Updated localizations\n* Fixed a bug where the SSL certificate was reported to the client\n\n2017-06-02 - 2.0.1.64_canary_2017-06-02\n==========\n* Compile all executables without `Prefer32Bit`\n* Fixed not showing the commandline arguments if the input is incorrect\n\n2017-06-01 - 2.0.1.63_canary_2017-06-01\n==========\n* Rebuild, gpg was removed from the build maching causing 2.0.1.62 to be a partially unsigned build\n\n2017-06-01 - 2.0.1.62_canary_2017-06-01\n==========\n* Caching is now enabled for static content in the WebUI, thanks @mknjc\n* Fixed an issue with `--deleted-files`, thanks @downpoured\n* Added permissions testing for the \"Test connection\" on aFTP, thanks @vnau\n* Changed some `GET` calls to `POST` for the login sequence\n* Fixed not being able to change the usagereporter level\n* Added support for setting a theme\n* Added the \"dark\" theme, thanks Michal\n* Updated SharpCompress to the latest version\n\n2017-05-30 - 2.0.1.61_experimental_2017-05-30\n==========\nThis experimental release contains all the changes from canary v2.0.1.60,\nincluding:\n\n* Performance updates, faster backups, less memory\n* Fixed an issue with zip files larger than 4GiB\n* Improved import/export functions\n\nIf you are using VSS snapshots on Windows,\nmake sure you install VC++ 2015 redist:\nhttps://www.microsoft.com/en-us/download/details.aspx?id=48145\n\n2017-05-23 - 2.0.1.60_canary_2017-05-23\n==========\n* Re-enabled the GTK trayicon that was missing in the previous two versions\n\n2017-05-22 - 2.0.1.59_canary_2017-05-22\n==========\n* Fixed an issue with NewtonSoft.Json not loading for some backends\n* Note that Windows VSS now requires VC++ Redist 2015 installed\n\n2017-05-19 - 2.0.1.58_canary_2017-05-19\n==========\n* Fixed an issue with the FTP backend in 2.0.1.57\n* Improved the query used to get the timestamp if `--check-filetime-only` is enabled\n\n2017-05-17 - 2.0.1.57_canary_2017-05-17\n==========\n* Fixed an issue with not being performed correctly with AmzCD\n* Fixed the Windows verifyscript, thanks @mnaiman\n* Updated fonts to work better with Russian language display, thanks @vnau\n* Removed Tlsv1 option from server, thanks @mnaiman\n* Updated NewtonSoft.Json, MailKit, MimeKit and AlphaVSS\n* Fixed the way AllowWriteBuffering is used, which should fix delete errors on AmzCD\n* Fixed an error in searching for files with regular expressions\n\n2017-04-21 - 2.0.1.56_canary_2017-04-21\n==========\n* Fixed an issue with duplicate strings in S3 providers\n* Fixed an issue where a file being expanded during backup could cause the file to not be backed up.\n* Changed HTTP requests to not buffer the output to fix out-of-memory errors\n* Added a Python script to do restores completely without using Duplicati, thanks @downpoured !\n* Improved Amazon Cloud Drive by not waiting while performing batched requests\n\n2017-04-06 - 2.0.1.55_canary_2017-04-06\n==========\n* Updated SharpCompress to support creating zip files larger than 4 GiB\n* Added a commandline-like interface to the WebUI\n* Updated the backendtool to support full paths\n* Updated the list of S3 regions and servers\n* Change the UI to have a fixed top-bar with status and progress\n* Fixed a crash that occurs if the web-browser does not send `Accept-Language`\n* Fixed an issue with filtering the output of the LIST command\n\n2017-03-26 - 2.0.1.54_canary_2017-03-26\n==========\n* Fixed an unwanted empty folder creation, thanks @albertony\n* Fixed logic issues with volumesize minimum bounds, thanks @albertony\n* Fixed importing config files with AllowedDays set\n* Improved database performance on backups, thanks @danstahr\n\n2017-03-13 - 2.0.1.53_experimental_2017-03-13\n==========\n* This update contains the same fixes as canary 2.0.1.51\n\n2017-03-13 - 2.0.1.52_canary_2017-03-13\n==========\n* Added fail-over to read zip files with invalid central directory\n* Improved the login page for compatibility with password managers, thanks @johenning\n* Improved the URL parser for better commandline import\n* Improved the URL parsing when importing a saved configuration\n* Added exit/status codes to the verification command\n* Added IBM Bluemix COS to list of S3 providers, thanks @greyhoundforty\n* Improved startup time for commandline, thanks @frelis\n* Improved non-hosted mode for TrayIcon, thanks @mnaiman\n* Added a Jottacloud backend, thanks @albertony\n\n2017-03-03 - 2.0.1.51_canary_2017-03-03\n==========\n* Updated the bundled version of SQLite for Windows to 1.0.104.0\n* Added deep archive verification when invoking verify\n* Changed the pagination method for GoogleDrive\n\n2017-02-28 - 2.0.1.50_canary_2017-02-28\n==========\n* Added error message if `--prefix` contains hyphens\n* Fixed an issue with editing the allowed days on the schedule page\n* Changed \"import\" so it just loads the configuration into the editor, allowing the user to edit it before saving\n* Added function to restore that loads setup from a configuration file\n* Updated SharpCompress and S3 libraries\n* Improved crash messages for Windows TrayIcon\n\n2017-02-23 - 2.0.1.49_experimental_2017-02-23\n==========\n* This build is the same as the canary\n\n2017-02-23 - 2.0.1.48_canary_2017-02-23\n==========\n* Updated translations, thanks @agrajaghh\n* Improved verification script, thanks @mnaiman\n* Support for SSL certificates in server when running with Mono, thanks @mnaiman\n* Improved progress bar updates when processing large files, thanks @asselin\n\n2017-02-14 - 2.0.1.47_canary_2017-02-14\n==========\n* Updated some localizations\n* Updated the user interface\n* Fixed an issue where the Force Stop action did not work immediately\n\n2017-02-03 - 2.0.1.46_canary_2017-02-03\n==========\n* Fixed icon sizes\n* Removed the fake control.cgi entry\n* Added experimental support for setting the SQLite tempdir\n* Added an optimization that makes bug reports faster to create\n* Added a new HTTP reporter module, thanks @vatara\n\n2017-02-03 - 2.0.1.45_experimental_2017-02-03\n==========\n* This experimental release contains the fixes in the latest canary and some updated translations, and a fix that makes creating a bug-report faster\n\n2017-01-24 - 2.0.1.44_canary_2017-01-24\n==========\n* Added SSL test tools for Mono debugging\n* Fixed an issue with not reporting the correct error message when listing files\n* Updated logs UI to show the backup name\n* Added extra menu items to the start page\n* Fixed a number of typos\n* Added a more thorough consistency check\n* Added an extra result level \"fatal\" to reporting\n* Fixed reporting warning status if there were warnings during the backup\n\n2017-01-19 - 2.0.1.43_canary_2017-01-19\n==========\n* Improved queries that are used to recreate the database\n* Fixed duplicate logging entries when a log file was used\n\n2017-01-16 - 2.0.1.41_canary_2017-01-16\n==========\n* Added a debugging feature to assist with #1699, #2048, #2140, #2178\n* Fixed a problem with listing changes from the commandline\n\n2017-01-12 - 2.0.1.40_canary_2017-01-12\n==========\n* Added extra functionality to the `--allow-full-removal` option\n* Various updates to send-mail\n* Reworked logging support to allow modules to funnel logs back into the current operation\n* Reverted an optimization that cause backup scanning to be really slow\n\n2017-01-08 - 2.0.1.39_canary_2017-01-08\n==========\n* Fixed some typos, thanks @sfahrenholz\n* Added webp to compressed file extension list, thanks @dessant\n* Changed aftp backend to use CWD, thanks @seaeagle1\n* Added \"purge\" command to purge files from the database\n* Added \"list-broken-files\" and \"purge-broken-files\" to aid in recovering from remote data loss\n* Added additional trace log messages to debug some consistency issues\n* Fixed support for operations across different operating systems","CompressedSize":50604715,"UncompressedSize":133581373,"SHA256":"MwVwhSenvOciityvZCp8O1JUeep6RnS8Tdgz/kCZbLg=","MD5":"KTPw6FCNtXCOpMXOYiQ6Mw==","RemoteURLS":["https://updates.duplicati.com/canary/duplicati-2.0.7.103_canary_2024-04-19.zip","https://alt.updates.duplicati.com/canary/duplicati-2.0.7.103_canary_2024-04-19.zip"],"Files":null}