Skip to content

Duplicacy Command Line Version 2.6.0

Compare
Choose a tag to compare
@gilbertchen gilbertchen released this 06 Jul 02:41
· 137 commits to master since this release

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