A restic client written in rust

rustic 0.10.3 has been released (and .1, .2 in-between :wink: )

Interesting changes after 0.10.0 are:

  • The syntax latest~N has been introduced to access Nth-latest snapshots
  • filter-last has been added to filter out N last snapshots
  • Support for env variables in the config profiles has been added
  • Added the ability to compute and show summaries in the interactive snapshots, ls and diff view. This helps to answer questions like How to check deduplication across sources?
  • Some minor bugs have been fixed.

See Releases · rustic-rs/rustic · GitHub for more details!