Duplicacy CLI 2.1.2 can now be downloaded from the releases page.
Changes:
- Fixed a bug in calculating the padding size during chunk encryption:
Padding size was incorrect -- didn't pad to multiples of 256 · gilbertchen/duplicacy@21b3d9e · GitHub - Print the number of files if available in the snapshot file before downloading the file list:
Print the number of files if available in the snapshot file · gilbertchen/duplicacy@244b797 · GitHub - Don’t list snapshots whose tags don’t match the given one when the
-tag
is provided:
Don’t show snapshots whose tags don’t match the given one · gilbertchen/duplicacy@0732920 · GitHub - Show more statistics in the check command (for the new web-based GUI):
Show more statistics in the check command · gilbertchen/duplicacy@15f15aa · GitHub - In some backends the benchmark command may incorrectly list the chunks directory when looking for previous temporary files:
Benchmark may incorrectly list the chunks directory when looking for … · gilbertchen/duplicacy@d8e13d8 · GitHub - Optimizing restore to avoid reading newly created sparse file:
Optimizating restore to avoid reading newly created sparse file · gilbertchen/duplicacy@bfb4b44 · GitHub - 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:
Align snapshot times to the beginning of days when calculating the di… · gilbertchen/duplicacy@22a0b22 · GitHub - Make B2 backend work with application keys (based on b2client: Add the ability to use a restricted Application ID by bekriebel · Pull Request #475 · gilbertchen/duplicacy · GitHub by @bekriebel):
Get accountID from b2_authorize_account and supply it to b2_list_buckets · gilbertchen/duplicacy@674d35e · GitHub - Restore UID and GID of symlinks:
Restore UID and GID of symlinks · gilbertchen/duplicacy@a7d2a94 · GitHub - Fixed a divide by zero bug when the repository has only zero-byte files:
Fixed a divide by zero bug when the repository has only zero-byte files · gilbertchen/duplicacy@39d71a3 · GitHub - Do not update the Windows keyring file if the password remains unchanged:
Do not update the Windows keyring file if the password remains unchanged · gilbertchen/duplicacy@9d10cc7 · GitHub - Continue to check other snapshots when one snapshot has missing chunks:
Continue to check other snapshots when one snapshot has missing chunks · gilbertchen/duplicacy@e8b8922 · GitHub - Record deleted snapshots in the fossil collection and if any deleted snapshot still exists then nuke the fossil collection:
Record deleted snapshots in the fossil collection and if any deleted … · gilbertchen/duplicacy@93cc632 · GitHub - Add Git commit numbers to version info:
Print git commit number · gilbertchen/duplicacy@48cc5ea · GitHub - Removed a redundant call to manager.chunkOperator.Resurrect (which can cause a crash):
Removed a redundant call to manager.chunkOperator.Resurrect · gilbertchen/duplicacy@f304b64 · GitHub - Remove extra newline in the PRUNE_NEWSNAPSHOT log message:
Remove extra newline in the PRUNE_NEWSNAPSHOT log message · gilbertchen/duplicacy@8ae7d2a · GitHub - Fix crashes on 32 bit machines caused by misaligned 64 bit integers:
Rearrange struct members to avoid 64-bit int alignment issues · gilbertchen/duplicacy@fce4234 · GitHub - Fix “Failed to fossilize chunk” errors in wasabi backend:
Fix “Failed to fossilize chunk” errors in wasabi backend by jtackaberry · Pull Request #459 · gilbertchen/duplicacy · GitHub (by @jtackaberry) - Add a -storage option to the benchmark comman:
Add a -storage option to the benchmark command · gilbertchen/duplicacy@89769f3 · GitHub