Skip to content

Duplicacy 2.1.2 Command Line Version

Compare
Choose a tag to compare
@gilbertchen gilbertchen released this 03 Nov 18:23
· 266 commits to master since this release
  • Fixed a bug in calculating the padding size during chunk encryption: 21b3d9e
  • Print the number of files if available in the snapshot file before downloading the file list: 244b797
  • Don't list snapshots whose tags don't match the given one when the -tag is provided: 0732920
  • Show more statistics in the check command (for the new web-based GUI): 15f15aa
  • In some backends the benchmark command may incorrectly list the chunks directory when looking for previous temporary files: d8e13d8
  • Optimizing restore to avoid reading newly created sparse file: bfb4b44
  • Align snapshot times to the beginning of days when calculating the time differences so that prune operations running on the same day will prune the same set of old snapshots: 22a0b22
  • Make B2 backend work with application keys (based on #475 by @bekriebel): 674d35e
  • Restore UID and GID of symlinks: a7d2a94
  • Fixed a divide by zero bug when the repository has only zero-byte files: 39d71a3
  • Do not update the Windows keyring file if the password remains unchanged: 9d10cc7
  • Continue to check other snapshots when one snapshot has missing chunks: e8b8922
  • Record deleted snapshots in the fossil collection and if any deleted snapshot still exists then nuke the fossil collection: 93cc632
  • Add Git commit numbers to version info: 48cc5ea
  • Removed a redundant call to manager.chunkOperator.Resurrect (which can cause a crash): f304b64
  • Remove extra newline in the PRUNE_NEWSNAPSHOT log message: 8ae7d2a
  • Fix crashes on 32 bit machines caused by misaligned 64 bit integers: fce4234
  • Fix "Failed to fossilize chunk" errors in wasabi backend: #459 (by @jtackaberry)
  • Add a -storage option to the benchmark comman: 89769f3