Skip to content

Releases: ddebeau/zfs_uploader

zfs_uploader 0.9.0

16 Aug 19:56
Compare
Choose a tag to compare

Added

  • Add the ability to set an S3 key prefix #71

zfs_uploader 0.8.1

25 Jan 23:51
Compare
Choose a tag to compare

Fixed

  • Fix bug where the CRON config is not optional #68

  • Fix bug where zfsup restore fails when the filesystem is encrypted #69

zfs_uploader 0.8.0

28 Mar 23:06
Compare
Choose a tag to compare

Added

  • Add optional max_multipart_parts config option for supporting storage
    providers that don't have the same 10,000 part limit as S3. #61

Fixed

  • Fix bug where the snapshot size was incorrect due to the command missing the
    raw mode argument. #60

zfs_uploader 0.7.2

10 Feb 00:32
Compare
Choose a tag to compare

Fixed

  • Fix bug where incremental snapshot streams were not being sent in raw mode #58

zfs_uploader 0.7.1

09 Feb 02:32
0a9e662
Compare
Choose a tag to compare

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

28 Jan 02:39
Compare
Choose a tag to compare

Added

  • Add support for S3-compatible services. #53

zfs_uploader 0.6.0

29 Aug 23:21
Compare
Choose a tag to compare

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 with max_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

03 Aug 00:38
Compare
Choose a tag to compare

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

18 Jul 21:35
Compare
Choose a tag to compare

Fixed

  • Fix time_elapsed for transfer callback. #44

zfs_uploader 0.4.1

18 Jul 21:18
Compare
Choose a tag to compare

Added

  • Add more info to log messages.