Skip to content

v3.3-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@psy0rz psy0rz released this 15 Apr 09:36
· 9 commits to master since this release
c52857f

Some major changes in this version:

  • Mounting is now more consistent after initial dataset transfer: Previously newly received datasets would never be mounted. In this version a dataset will be mounted according to the same logic as a zfs mount -a. #112 Also see https://github.com/psy0rz/zfs_autobackup/wiki/Mounting
  • Empty parent datasets that are created will now have canmount=off. Previously they would be created with on.
  • The guid of common snapshots is now checked, and mismatching ones can be destroyed by --destroy-incompatible. (#218)
  • --rollback is now only run at the start of an actual transfer. #217 (previously all target datasets where rolled back always when --rollback was specified)
  • Reduced verbosity and improved output.
  • A bunch of other bugfixes and improvements.