Releases: psy0rz/zfs_autobackup
Releases · psy0rz/zfs_autobackup
v3.1-beta6
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
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
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
- 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-beta3
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
- 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.
v3.1-beta2
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
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
- Fixed --ignore-transfer-errors
v3.0.1-beta7
Fixed python 2 support
v3.0.1-beta4
- 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
- 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.