Skip to content

v3.2.2

Latest
Compare
Choose a tag to compare
@psy0rz psy0rz released this 29 Aug 13:59
· 47 commits to master since this release
a12b651

New in v3.2:

  • --help output is split up in nice sections now.
  • Moved documentation to wiki and split it up.
  • Allow non-recursive selection of datasets by setting autobackup:name=parent. (usefull for /var/lib/docker)
  • Some major internal class restructuring. (shouldn't affect functionality)

New tools, still in progress:

  • zfs-check: a tool to generate checksum streams of zfs datasets, to compare datasets with eachother. (Will be used in conjuction with zfs-autoverify) This still has issue #176 and #206
  • Note that zfs-check can also be used on regular directories or files
  • Prepared for zfs-autoverify tool to actually verify your backups. (this took some refactoring and extracting common code to a ZfsAuto baseclass) Still work in progress.