Skip to content

Duplicacy 2.4.1 Command Line Version

Choose a tag to compare

@gilbertchen gilbertchen released this 14 Mar 01:26
· 182 commits to master since this release

This is an emergency release for fixing a bug in the copy command when the destination storage is RSA-encrypted: 6699e2f

You're affected by this bug if you're

  1. running 2.3.0 and copying from a source storage of any type (unencrypted, RSA-encrypted, and non-RSA-encrypted) to an RSA-encrypted destination storage
  2. running 2.4.0 and copying from a source storage (unencrypted or non-RSA-encrypted) to an RSA-encrypted destination storage

You'll need to clean up the storage and start from fresh; otherwise either all chunks are not encrypted by RSA (case 2), or all chunks are encrypted by RSA (case 1) causing all commands (backup, list, check, and prune) to require the private key to work.