Skip to content

Releases: ddebeau/zfs_uploader

zfs_uploader 0.4.0

18 Jul 20:24
Compare
Choose a tag to compare

Added

  • Add callback for S3 upload and download progress. #26

Changed

  • Switch to logfmt from custom format. #40

Fixed

  • Check for configuration file before running CLI commands. #36

  • Exit early if required job arguments are missing. #24

zfs_uploader 0.3.1

15 Jul 21:40
8f8eea0
Compare
Choose a tag to compare

Fixed

  • Fix bug where pip install returns an error about the script entry point. #35

zfs_uploader 0.3.0

15 Jul 21:16
Compare
Choose a tag to compare

Added

  • Add destination filesystem option to zfsup restore #32

  • zfsup list now shows all filesystems if one isn't provided. #31

  • zfsup list now shows backup size. #28

Fixed

  • Fix bug where zfsup restore doesn't work if the filesystem has changed
    since the most recent snapshot. The command now destroys snapshots and
    data that were written after the most recent snapshot. #33

  • Fix bug where only the zfsup backup command would log. #35

zfs_uploader 0.2.0

06 Jun 18:23
Compare
Choose a tag to compare

Added

  • Add commands for determining snapshot send size

Changed

  • Snapshot properties used and referenced now return an integer

Fixed

  • Fix bug where the max part number is reached when uploading large snapshots #25
  • Fix bucket name parameter in sample config file

zfs_uploader 0.1.2

05 Jun 17:27
Compare
Choose a tag to compare

Added

  • Add changlog

Fixed

  • Fix CLI entrypoint #22

zfs_uploader 0.1.1

30 May 21:58
9b8aa81
Compare
Choose a tag to compare

Fixed

  • Fix release automation

zfs_uploader 0.1.0

30 May 21:49
1d69b05
Compare
Choose a tag to compare

Added

  • Initial release