[Dar-news] dar release 2.7.2 is available
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: Denis C. <dar...@fr...> - 2021-09-25 08:24:24
|
Hi, source package and windows binary for release 2.7.2 are available at: https://sourceforge.net/projects/dar/files/dar/2.7.2/ As an alternative to Sourceforge you can fetch source and windows binary packages but also fully featured dar_static binaries for Linux/x86 from the _low bandwidth_ ftp and https server at: ftp://ftp.edrusb.org/dar.linux.free.fr/Releases https://dar.edrusb.org/dar.linux.free.fr/Releases/ Package signatures are available at: http://dar.linux.free.fr/sign/v2.7.2 Author's keys are available on public key servers and on dar website: http://dar.linux.free.fr/doc/authentification.html Release 2.7.2 brings several bug fixes which are detailed in the extract of the Changelog below. Thanks to Ryan Schmidt again for continued feedback and bug report. Thanks also to Santiago Castro for feedback. And a big thanks to Tsukasa for bug report and feedback. Cheers, Denis Corbin ------- from 2.7.1 to 2.7.2 * fixed bug met when a user command returns an error while dar is saving fsa attributes of inodes (this conjunction make it an infrequent situation) * fixed typo in documentation * fixed remaining bug from 2.7.1 met when compiling dar/libdar with a compiler (clang-5.0 here) that requires a flag to activate C++14 support while complaining (for a good reason) when this flag is passed too while compiling C code. * fixed self reported bug escape.cpp line 858 met when using lzo compression or multi-threaded compression while creating a backup to stdout. * fixed bug met when creating a backup to stdout that lead libdar to corrupt data when trying to re-save a file uncompressed due to poor compression result * fixed minor bug met when setting --mincompr to zero and using block_compressor (lzo algo or any algo in block compression): empty files were reported as truncated due to the lack of block header (compressed empty file being stored as an empty file) |