Duplicacy v2.6.0 Release Notes

Release Date: 2020-07-06 // almost 4 years ago
  • ๐Ÿ†• New Features:

    • โž• Add a new backend for StorageMadeEasy's File Fabric storage: ed8b439
    • โž• Add a -key-passphrase option to pass in passphrase for RSA private key: 089e19f
    • ๐Ÿ‘‰ Use multiple threads to list the chunks directory for Google Drive: 153f6a2
    • โž• Add a variation of the SFTP backend to support older ciphers and key exchange algorithms for compatibility: 1adcf56
    • Error out in the check command if there are 0-size chunks: fe854d4

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix a crash when a username is not specified in the WebDAV storage url: 1da7e2b
    • ๐Ÿ›  Fixed a bug in Dropbox backend that can cause 0-byte files to be uploaded after retrying on an error: 5e28dc4
    • Retry on "unexpected EOF" errors for the webdav backend: f2f07a1
    • Clear the loaded content after a snapshot has been verified to reduce memory usage: 5d45999
    • Ignore 0-byte chunks passed in by the chunk reader: 09e3cdf