Skip to content

Conserve 0.6.15

Compare
Choose a tag to compare
@sourcefrog sourcefrog released this 24 Jan 02:50
· 485 commits to main since this release
v0.6.15

v0.6.15 2021-01-23

  • Find referenced blocks by walking all bands in parallel. This significantly speeds up GC, deletion, etc: 6.5x faster in one test.

  • Exclude patterns changed: patterns starting with a / match against the entire path from the top of the tree, and patterns not starting with a slash match anywhere inside the path. For example, /target/release will only exclude release inside a directory called target in the tree root, but target/release will exclude anything called release inside a directory called target anywhere in the tree.

  • Add new --exclude-from option.

  • Add new --no-stats option.

  • Directories marked with CACHEDIR.TAG are automatically excluded from backups.