Skip to content

Releases: rustic-rs/rustic

rustic 0.2.0

13 Jun 22:08
3003719

Choose a tag to compare

Changes in version 0.2.0:

  • new commands: init, forget, prune, repoinfo, tag, key
  • allow parallel lock-free repo access including prune
  • added REST backend
  • add compression support
  • add support for other unix OSes, e.g. macOS
  • most operations are now parallelized (using async rust)
  • added more statistical information to snapshots
  • now uses the same JSON format for trees/nodes as restic
  • CI/CD-pipeline and automatic builds for supported platforms
  • better progress bars
  • various small fixes

rustic 0.2.0-rc1

04 Jun 20:13

Choose a tag to compare

rustic 0.2.0-rc1 Pre-release
Pre-release

Version 0.2.0-rc1

This is the first release candidate for 0.2.0.

Changes in version 0.2.0:

  • new commands: init, forget, prune, repoinfo, tag, key
  • allow parallel lock-free repo access including prune
  • added REST backend
  • add compression support
  • most operations are now parallelized (using async rust)
  • added more statistical information to snapshots
  • now uses the same JSON format for trees/nodes as restic
  • better progress bars
  • various small fixes