Release notes:
- Added support for erasure coding to detect and recover from corrupt chunks: New Feature: Erasure Coding
- Added a -persist option to check and restore to continue despite errors: Adds -persist option to check and restore commands to continue despite errors by twlee79 · Pull Request #595 · gilbertchen/duplicacy · GitHub (by @twlee79)
- Added exclude_by_attribute preference to exclude files based on os-specific extended attributes: Add exclude_by_attribute preference to exclude files based on xattr by plasticrake · Pull Request #498 · gilbertchen/duplicacy · GitHub (by @plasticrake)
- Fix and improvements for the OneDrive backend: Fix OneDrive Business and improve retry mechanism. · gilbertchen/duplicacy@eecbb8f · GitHub
- Improvements for the WebDAV backend: Improve WebDAV performance by Jos635 · Pull Request #549 · gilbertchen/duplicacy · GitHub (by @Jos635), Improvements for the WebDAV backend · gilbertchen/duplicacy@e3e3e97 · GitHub
- Fixed a bug that broke the Swift backend: Call Authenticate() before using Swift storage by alecuyer · Pull Request #594 · gilbertchen/duplicacy · GitHub (by @alecuyer)
- Added a
-download-threads
option to the copy command for specifying the number of downloading threads: Improvements for the copy command · gilbertchen/duplicacy@9470064 · GitHub - Show progress log messages during copy: Improvements for the copy command · gilbertchen/duplicacy@9470064 · GitHub
- Show progress log messages when verifying chunks (check -chunks): Print progress logs when verifying chunks (check -chunks) · gilbertchen/duplicacy@d0b3b5d · GitHub
Web GUI users: it looks like there is a bug in the Web GUI where it can’t automatically download the latest version on restart even if this option is selected in the Setting page. To force it to use CLI 2.7.0, you can remove all CLI binaries under ~/.duplicacy-web/bin
, or setting the cli_version
key in ~/.duplicacy-web/duplicacy.json
to 2.7.0
.