Skip to content

Duplicacy 2.5.0 Command Line Version

Compare
Choose a tag to compare
@gilbertchen gilbertchen released this 11 Apr 02:01
· 153 commits to master since this release
  • Add support for Microsoft OneDrive for Business: d26ffe2
  • Add support for Google Shared Drive: #579 by @rsanger
  • Ignore a "operation not supported" error when backing up to a Samba share that doesn't support the sync operation: #590 by @fbarthez
  • Add a -chunks option to the check command for verifying chunks: 22d6f3a
  • Allow a ssh private key file to be used together with a signed certificate trusted by the server: #547 by @philband
  • Fail the backup if the repository can't be accessed or there are no files in the repository: 810303c
  • Access Google Drive via service accounts: 7208adb
  • Add a global -suppress option to suppress logs with given ids: 749db78
  • Call ReadAll() on the http body to allow the http keepalive connection to be reused in the dropbox backend: #593 by @freaksdotcom
  • Update github.com/aws/aws-sdk-go and google.golang.org/api to the latest: eebcece