Conserve 0.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 excluderelease
inside a directory calledtarget
in the tree root, buttarget/release
will exclude anything calledrelease
inside a directory calledtarget
anywhere in the tree. -
Add new
--exclude-from
option. -
Add new
--no-stats
option. -
Directories marked with
CACHEDIR.TAG
are automatically excluded from backups.