rustic v0.9.1
Hello,
today we are releasing a patch release to rustic, where we added:
- some more filters for you to use to filter your snapshots to your liking
- the
docs
command, that opens the rustic documentation in your default browser - the documentation as a PDF in the release package
We also improved the performance of the interactive snapshot command.
A note about the check
improvements: This are in fact three enhancements:
- You can now (optionally) specify snapshots for which the tree and pack (if
--read-data
is selected) checks are done. This includes using filters or something likerustic check latest
. - The option
--read-data-subset
is added which allows to only choose a subset of pack files to read (if--read-data
is selected). Possible choices aren/m
which allows to completely check all data split up inm
runs or random selections given by percentage or absolute size. - When using
--read-data
in combination with a hot/cold repository, the packs which are checked are now warmed-up before.
Enjoy!
Changelog
Features
- (config) add more filters (#1263)
- (check) Allow to only check trees+packs for given snapshots (#1230)
- (commands) add a
docs
command to easily access the user, dev and config documentation (#1276)
Bug Fixes
- (deps) update rustic_core and other dependencies and fix merge precedence (#1282)
Documentation
- (docs/cli) improve the descriptions of the CLI commands (#1277)
- (docs) update configuration documentation to align with recent changes (#1280)
Performance
- (interactive) use update methods for refreshing snapshots (#1285)