Duplicacy v2.1.1 Release Notes

Release Date: 2018-07-24 // over 5 years ago
    • ๐Ÿ›  Fixed a bug causing certain new snapshots to be not counted when deciding which fossils can be deleted (72dfaa8)
    • โž• Added a benchmark command to test disk and transfer performance (#449)
    • ๐Ÿ‘Œ Support multi-threaded pruning (#441)
    • ๐Ÿ›  Fixed restoration of basic UNIX file permissions (#417)
    • โž• Added macOS APFS snapshot support (#415)
    • ๐Ÿ›  Fixed a crashing bug when showing the history of excluded files (0e585e4)
    • โž• Add unreferenced fossils to the fossil collection instead of deleting them immediately (e03cd2a)
    • โž• Added an -enum-only option to the backup command to enumerate the repository only (aadd2aa)
    • โž• Added a -repository option to the init and add command to specify an alternate repository path (72239a3)
    • Implemented the WebDAV backend (#394)
    • โž• Added a -nobackup-file option to the set command to skip directories containing the specified file (#392)
    • Add an environment variable DUPLICACY_DECRYPT_WITH_HMACSHA256 to force compatibility with Vertical Backup (b1c1b47)
    • โช Skipped chunks should not be counted when calculating downloading percentage during restore (23a2d91)
    • โž• Added a global option -commend to allow Duplicacy processed to be identified by arguments (#391)
    • ๐Ÿ Follow symlinks that point to UNC paths on Windows (b99f4bf)
    • โž• Added a -vss-timeout option to set VSS creation timeout (be2856e)
    • โฌ‡๏ธ Reduced memory consumption for prune operation (#329)
    • โž• Added a new Wasabi storage backend largely based on S3 but optimized to reduce storage cost for deleted objects (#322)
    • ๐Ÿ–จ Print git commit number in version string (48cc5ea)
    • Record deleted snapshots in the fossil collection and if any deleted snapshot still exist nuke the fossil collection (93cc632)
    • Continue to check other snapshots when one snapshot has missing chunks (e8b8922)