Skip to content

v0.4.3

Compare
Choose a tag to compare
@aruhier aruhier released this 16 Apr 23:22
· 47 commits to master since this release
73215b0

Features

  • ZSTD packager can now take a threads parameter, allowing to use multithreading for the compression of a disk. Default to 0, meaning single threads. -1 can be set to use all the cores detected on the system, otherwise set an integer for the number of wanted threads.

Bugfixes

  • Better handling of canceled backups. Backups can now be aborted (by a ctrl-c for example), and the cleanup will be correctly handled. Linked to #32
  • ZSTD params were defined but not used.
  • Fixes a bug with disks filtering in the config file. See #28 for details.