Duplicacy v2.7.2 Release Notes

Release Date: 2020-11-16 // over 3 years ago
    • ๐Ÿ‘‰ Make -vss work with Big Sur: 7c36311
    • Skip chunks already verified in previous runs when running check -chunks: d7c1903
    • ๐Ÿ›  Fixed reading/writing extended attributes on Linux by switching to github.com/pkg/xattr: b392302
    • ๐Ÿ›  Fixed a bug that caused a fresh restore of large files to fail without the -overwrite option: bec3a0e
    • Validate that a repository id can only contain letters, numbers, dashes, and underscores: 5eed6c6
    • ๐Ÿ›  Fixed a crash in the Dropbox backend caused by a nil Seeker: gilbertchen/go-dropbox@2233fa1

Previous changes from v2.7.1

  • ๐Ÿš€ This release is mainly to fix a crash caused by unaligned 64-bit integers on 32-bit OS. If you're running Duplicacy on 64-bit OS there is no need to upgrade.

    ๐Ÿ”„ Changes:

    • ๐Ÿ›  Fixed a 64-bit integer alignment problem on 32-bit OS: 0da55f9
    • ๐Ÿ‘ Allow chunks subdirectories in the local disk storage to be symlinks : 7e372ed 2f407d6