github psy0rz/zfs_autobackup v3.3-rc1

pre-release8 hours ago

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)
  • #264: Snapshot exclude patterns
  • Reduced verbosity and improved output.
  • A bunch of other bugfixes and improvements.

Note that we now have a v3.4 branch that has some major internal improvements to prepare for bookmarks and other features. Please test that version as well if you're daring :)

Don't miss a new zfs_autobackup release

NewReleases is sending notifications on new releases.