Download link: Releases · gilbertchen/duplicacy · GitHub
If you’re running the web GUI, you’ll just need to restart the web GUI and it will update the CLI automatically (unless you set the 'cli_version key in ~/.duplicacy-web/duplicacy.json
).
Features:
- RSA encryption (New feature: RSA encryption)
- Allow a custom location for the filters file (Allow a custom location for the filters file · gilbertchen/duplicacy@a99f059 · GitHub)
Bug fixes:
- For the check command, -tabular should imply -all just like -stats (For the check command, -tabular should imply -all just like -stats · gilbertchen/duplicacy@1651524 · GitHub)
- Make -vss work on Mac OS Catalina (Bugfix: allow -vss usage on Mac OS Catalina by gboudreau · Pull Request #578 · gilbertchen/duplicacy · GitHub by @gboudreau)
- Update pkg/sftp to 1.10.1 to fix a deadlock in the sftp backend (Update pkg/sftp to 1.10.1 · gilbertchen/duplicacy@9abfbe1 · GitHub, see discussion at Deadlock during backup)
- If a symlink is a directory, match it against the patterns as a directory (If a symlink is a directory, match it against the patterns as a direc… · gilbertchen/duplicacy@b32c3b2 · GitHub)
- Fixed a path not found error on Windows when the path to a symlink is too long (Use joinPath instead of filepath.Join to generate UNC paths · gilbertchen/duplicacy@ca7d927 · GitHub)
Improvements:
- Throw an error, instead of a warning, if pre/post script fails (Throw an error, instead of a warning, if pre/post script fails · gilbertchen/duplicacy@694494e · GitHub)
- Increase the number of retries for the b2 backend (Increase the number of retries for the b2 backend from 10 to 15 · gilbertchen/duplicacy@e02041f · GitHub)