Skip to content

v0.11.4

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 18:07
6b96f97

Hello rusticeans,

we are happy to release rustic 0.11.4! This release features sparse file support for restore and adds glob includes/excludes to backups from openDAL sources.
Also better progress indication for warm-up has been added and some memory usage optimizations have been landed - besides many other minor bug fixes.
Thanks a lot to everybody who contributed!

Changelog

Added

  • Add sparse file support for restore (#530)
  • support exclusion on the opendal source (#1812, #535)
  • stdio protocol between warmup program and rustic (#1782, #524)

Fixed

  • read full packs from cold backend in hot/cold case (#542, #1868)
  • use no parent for stdin source (#536)
  • link jemallocator-global so the jemallocator feature applies (#1821)
  • treat unchanged symlinks as identical in diff (#1829)
  • keep completions independent from profiles (#1830)
  • allow scrolling long read-only TUI text (#1851)
  • record CLI version in snapshot metadata (#1803)
  • read stdin-filename from config file (#1813)
  • deny unknown forget options in config profile (#1810)
  • set correct UID/GID for dump into tar (#1801)

Other

  • refactor packer and optimize memory allocations (#533)
  • reduce memory usage for index (#537)
  • Add pCloud service example config (#1775)
  • Update README (#1783, #1785)
  • update dependencies (#1882, #1854, #541, #539)