Skip to content

Releases: psy0rz/zfs_autobackup

v3.1-beta4

21 Apr 23:29
Compare
Choose a tag to compare
v3.1-beta4 Pre-release
Pre-release

New in 3.1 so far:

Internal/development changes:

  • Split up classes into separate modules. Direct download no longer supported. (Use pip or easy_install from now on)
  • Huge cleanup of codestyle and other linter warnings. should be no functional changes.
  • Cleaned up git repository
  • Moved regression testing from Travis-CI to github actions.
  • Build and upload python package via github actions.
  • Cleaned-up and improved select-code.
  • Restructured pipe-handling via CmdPipe

Misc:

  • Fixed beta1 progress regression.
  • Fixed beta3 --ignore-transfer-errors regression.

v3.1-beta3

21 Apr 21:33
Compare
Choose a tag to compare
v3.1-beta3 Pre-release
Pre-release

New in 3.1 so far:

Internal/development changes:

  • Split up classes into separate modules. Direct download no longer supported. (Use pip or easy_install from now on)
  • Huge cleanup of codestyle and other linter warnings. should be no functional changes.
  • Cleaned up git repository
  • Moved regression testing from Travis-CI to github actions.
  • Build and upload python package via github actions.
  • Cleaned-up and improved select-code.
  • Restructured pipe-handling via CmdPipe

Misc:

  • Fixed beta1 progress regression.

v3.1-beta2

16 Mar 23:02
Compare
Choose a tag to compare
v3.1-beta2 Pre-release
Pre-release

New in 3.1 so far:

  • Improved performance by testing with large amounts of datasets.
  • Optimized performance by making --no-holds also not use holds on the target. (this is also more like expected behavior)
  • Fixed --ignore-transfer-errors
  • Added --no-thinning option. fixes #54
  • Cleaned-up and improved select-code.

Internal/development changes:

  • Split up classes into separate modules. Direct download no longer supported. (Use pip or easy_install from now on)
  • Huge cleanup of codestyle and other linter warnings. should be no functional changes.
  • Cleaned up git repository
  • Moved regression testing from Travis-CI to github actions.
  • Build and upload python package via github actions.

Misc:

  • Fixed beta1 progress regression.

v3.1-beta1

02 Mar 20:49
Compare
Choose a tag to compare
v3.1-beta1 Pre-release
Pre-release

New in 3.1 so far:

  • Improved performance by testing with large amounts of datasets.
  • Optimized performance by making --no-holds also not use holds on the target. (this is also more like expected behavior)
  • Fixed --ignore-transfer-errors
  • Added --no-thinning option. fixes #54

Internal/development changes:

  • Split up classes into separate modules. Direct download no longer supported. (Use pip or easy_install from now on)
  • Huge cleanup of codestyle and other linter warnings. should be no functional changes.
  • Cleaned up git repository
  • Moved regression testing from Travis-CI to github actions.
  • Build and upload python package via github actions.

v3.0.1-beta8

08 Feb 16:14
Compare
Choose a tag to compare
v3.0.1-beta8 Pre-release
Pre-release
  • Fixed --ignore-transfer-errors

v3.0.1-beta7

07 Feb 15:23
Compare
Choose a tag to compare
v3.0.1-beta7 Pre-release
Pre-release

Fixed python 2 support

v3.0.1-beta4

07 Feb 13:18
Compare
Choose a tag to compare
v3.0.1-beta4 Pre-release
Pre-release
  • Cleaned up git repository
  • Split up classes into seperate modules. Direct download no longer supported. (Use pip or easy_install from now on)
  • Improved performance and testing with large amounts of datasets.
  • Various fixes

3.0.1-beta3

02 Feb 19:28
Compare
Choose a tag to compare
3.0.1-beta3 Pre-release
Pre-release
  • Huge cleanup of codestyle and other linter warnings. should be no functional changes.
  • Moved regression testing from Travis-CI to github actions.
  • Build and upload python package via github actions.

v3.0

26 Aug 11:44
Compare
Choose a tag to compare

This is the first v3.0 stable release. No changes since v3.0-rc12.

Recent changes in release candidates:

  • Snapshots will always be made, even if target host/dataset cant be contacted.
  • Now usable as a snapshot tool, without needing to specify target-path.
  • Can now destroy missing source-dataset on target (--destroy-missing)
  • Also display dataset-name on stderr when there's an error.
  • Closed all milestone issues of 3.0 release. This might be it the final v3.0 release :)
  • Completed regression testing, fixes #49
  • Added detection of pool features, and automatic resume support (--resume option not needed anymore)
  • Removed soon to be deprecated zfs recv -D option.
  • Various small fixes (stale filehandles etc)
  • Fix: common snapshot could get deleted. (this happend due to a recent change in zfs-autobackup)
  • Also thin out target-datasets that dont exist on the source anymore.
  • Fix: Return correct error code, indicating the number of failed datasets.
  • Fix: Flush all outputs to make sure stdout and stderr are synced.
  • Automaticly enable --progress if output is a TTY.
  • exposed --min-change value as a parameter. (was hardcoded at 200000)
  • Issue #25, disable colors on non-tty
  • added --no-send option. snapshots that are obsolete are now destroyed at the beginning of each dataset-transfer. this allows using --no-send as way to just thinout old snapshots. cleaned up stderr output when resuming.
  • Added support for custom ssh client config
  • Improved --rollback and incompatible snapshot detection. added --destroy-incompatible.
  • --min-change is now has 1 instead of 200000 as default. fixes #37
  • added thinner documentation and cleared up thinner output texts.

v3.0-rc12

17 Jul 16:40
Compare
Choose a tag to compare
v3.0-rc12 Pre-release
Pre-release

Changed in rc12:

  • Snapshots will always be made, even if target host/dataset cant be contacted.
  • Now usable as a snapshot tool, without needing to specify target-path.
  • Can now destroy missing source-dataset on target (--destroy-missing)
  • Also display dataset-name on stderr when there's an error.
  • Closed all milestone issues of 3.0 release. This might be it the final v3.0 release :)

Recent changes in release candidates:

  • Completed regression testing, fixes #49
  • Added detection of pool features, and automatic resume support (--resume option not needed anymore)
  • Removed soon to be deprecated zfs recv -D option.
  • Various small fixes (stale filehandles etc)
  • Fix: common snapshot could get deleted. (this happend due to a recent change in zfs-autobackup)
  • Also thin out target-datasets that dont exist on the source anymore.
  • Fix: Return correct error code, indicating the number of failed datasets.
  • Fix: Flush all outputs to make sure stdout and stderr are synced.
  • Automaticly enable --progress if output is a TTY.
  • exposed --min-change value as a parameter. (was hardcoded at 200000)
  • Issue #25, disable colors on non-tty
  • added --no-send option. snapshots that are obsolete are now destroyed at the beginning of each dataset-transfer. this allows using --no-send as way to just thinout old snapshots. cleaned up stderr output when resuming.
  • Added support for custom ssh client config
  • Improved --rollback and incompatible snapshot detection. added --destroy-incompatible.
  • --min-change is now has 1 instead of 200000 as default. fixes #37
  • added thinner documentation and cleared up thinner output texts.