Skip to content

Releases: psy0rz/zfs_autobackup

v3.1-beta6

18 May 21:48
Compare
Choose a tag to compare
v3.1-beta6 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
  • Proper ZFS encryption support: https://github.com/psy0rz/zfs_autobackup#how-zfs-autobackup-handles-encryption
  • Allow re-replication of backups with the same name. (fixes #75)
  • Added support for remote pipes ( fixes #50 )
  • Added compression, fixes #40 ( --compression )
  • Added bandwidth throttling. fixes #51 ( --rate )
  • Added output buffering ( --buffer )
  • Added progress report during analyzing of datasets.
  • Various fixes and improvements

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
  • Local commands are also executed in shell to support internal piping.

Misc:

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

v3.1-beta5

03 May 10:14
Compare
Choose a tag to compare
v3.1-beta5 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
  • Proper ZFS encryption support: https://github.com/psy0rz/zfs_autobackup#how-zfs-autobackup-handles-encryption
  • Allow re-replication of backups with the same name. (fixes #75)
  • Added progress report during anaylsing of datasets.
  • Various fixes and improvements

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-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.