Releases: ddebeau/zfs_uploader
Releases · ddebeau/zfs_uploader
zfs_uploader 0.9.0
zfs_uploader 0.8.1
zfs_uploader 0.8.0
zfs_uploader 0.7.2
Fixed
- Fix bug where incremental snapshot streams were not being sent in raw mode #58
zfs_uploader 0.7.1
Fixed
- Fix
misfire_grace_time
issue where a job could get skipped if it was scheduled too close to another job. #56
zfs_uploader 0.7.0
Added
- Add support for S3-compatible services. #53
zfs_uploader 0.6.0
Changed
-
Add
max_incremental_backups_per_full
config option. Setting the option
allows for multiple full backups. Do not set option for one full backup
and one or more incremental backups. #29 -
Replace
max_incremental_backups
config option withmax_backups
, to
avoid having to set a limit for incremental and full backups. Full
backups are only removed when there are no dependent incremental backups.
Fixed
- Remove
misfire_grace_time
so that jobs always run if they are late. #49
zfs_uploader 0.5.0
Added
-
Add project documentation to README
-
Send all snapshots in raw mode. Encryption is maintained for encrypted
filesystems and unencrypted filesystems are sent with compression (if
required features are enabled). #46
zfs_uploader 0.4.2
Fixed
- Fix time_elapsed for transfer callback. #44
zfs_uploader 0.4.1
Added
- Add more info to log messages.