Skip to content

v23.9.0

Compare
Choose a tag to compare
@sourcefrog sourcefrog released this 24 Sep 03:16
· 198 commits to main since this release
v23.9.0
  • S3 support! Enable it with cargo install --features s3, then e.g. cargo backup s3://mybucket.example/.

  • Performance: A simple cache of retrieved decompressed blocks now speeds up restores, especially on relatively slow storage like S3.

  • --debug now shows on stderr only debug messages from Conserve itself and not from dependencies. All the messages are still recorded to the --log-json file if that is given.

  • Robustness: during backup, if the blocks referenced by the previous version are missing or zero length, write new blocks rather than referencing them. This allows the archive to better recover from filesystem corruption so that at least new backups are fully readable.

  • Deprecate low-value --metrics-json.