Duplicacy v2.0.10 Release Notes

Release Date: 2017-11-22 // over 6 years ago
    • ⚡️ Optimize the copy command to skip chunks existing on the destination storage
    • ➕ Add the -dry-run option to the backup command
    • 0️⃣ Include storage name when looking up passwords for non-default storages
    • 🛠 Fix prune bug when last snapshot is removed for issue
    • ➕ Add regex matching to include/exclude filters
    • ➕ Add the -tabular option to the check command to show tabular usage and deduplication statistics
    • 👌 Improve the backoff algorithm for the Google Drive storage
    • Use b2_download_file_by_name rather than b2_list_file_names to check file existence
    • Retry downloads with corrupted content up to three times
    • 🔧 Use random salt and make the number of iterations configurable for storage key derivation
    • ➕ Add an -ignore-owner option to skip setting uid/gid on restored files
    • Unify the chunk nesting level to 1 for all storages
    • 🛠 Fix a bug in splitting the existing file that caused all chunks to be redownloaded
    • ➕ Add a -bit-identical option to the add command to make a bit-identical copy of the config file
    • 🏁 Increase the timeout for shadow copy creation on Windows
    • Various changes to improve password management