Skip to content

Releases: gilbertchen/duplicacy

Duplicacy 2.0.5 Command Line Version

07 Jul 03:28
Compare
Choose a tag to compare
  • Retry on authentication errors for Google Drive
  • Fixed inaccurate restore statistics that mistakenly take existing files into account
  • Enhance the B2 storage backend to retry on 3xx status codes
  • Fixed a bug that caused backup to fail due to incorrect file size
  • Fixed incorrect progress report during restore
  • Verify ids of snapshot chunks before uploading them

Duplicacy 2.0.3 Command Line Version

21 Jun 01:38
Compare
Choose a tag to compare
  • Fixed a bug in disk or SFTP storage backends that caused a directory creation error when multiple threads are used
  • Fixed a bug that caused the copy operation to crash
  • Added a -pref-dir option to the init command to specify an alternate location for the .duplicacy preference directory (contributed by @ech1965)
  • Rewrote the S3 storage backend using the official Amazon S3 client library

Duplicacy 2.0.2 Command Line Version

10 Jun 02:00
Compare
Choose a tag to compare
  • Allow a root drive to be selected as the storage on Windows
  • Fixed a divide by zero error when verbose logging is turned on
  • Fixed a bug that caused restoration of two adjacent files to crash

Duplicacy 2.0.0 Command Line Version (binaries only, no source code)

12 May 16:29
Compare
Choose a tag to compare
  • The -threads option is now supported by all storage backends, and for both backup and restore
  • A Google Cloud Storage backend based on the official Google client library
  • Fixed a bug the caused incorrect hash or invalid index errors when restoring zero-size files

Duplicacy 1.2.5 Command Line Version (binaries only, no source code)

25 Apr 01:07
Compare
Choose a tag to compare
  • Improved exponential backoff for S3 storage

Duplicacy 1.2.4 Command Line Version (binaries only, no source code)

22 Apr 02:35
Compare
Choose a tag to compare
  • Built with go 1.8.1
  • Fixed a bug in the OneDrive storage caused by server side changes

Duplicacy 1.2.3 Command Line Version (binaries only, no source code)

07 Apr 01:33
Compare
Choose a tag to compare
  • Optimized memory handling of file attributes
  • Fixed a bug that prevented top-level folders from being restored on Windows
  • Fixed a bug that caused restoration to fail due to an error on changing timestamps of symbolic links

Duplicacy 1.2.1 Command Line Version (binaries only, no source code)

15 Mar 15:20
Compare
Choose a tag to compare
  • Fixed a bug that caused backup to error out when there are invalid Unicode characters in filenames
  • Handle Windows deduplication reparse points as if they were regular files

Duplicacy 1.1.9 Command Line Version (binaries only, no source code)

07 Feb 17:29
Compare
Choose a tag to compare
  • Once in a while skip the chunk cache in order to keep the connection alive
  • Fixed a bug in SFTP storage where a connection error is not immediately reported.