Skip to content

Releases: oetiker/znapzend

v0.22.0

02 May 15:50
c95e07c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.2...v0.22.0

Debbuilder

12 Apr 08:45
bb43621
Compare
Choose a tag to compare

Automatically build .deb packages ...

ZnapZend 0.21.1

20 Jan 15:16
e1f6718
Compare
Choose a tag to compare
  • fixed delay redefined warning
  • check if retention plans are sensible (error out on retention shorter than
    interval in retention=>interval expressions)
  • fix mail program call sequence #540 -- @oetiker, @gchmurka123
  • make aborted recv resumable using the resume fature -- @aarononeal

ZnapZend 0.21.0

28 Jun 17:27
09c410b
Compare
Choose a tag to compare
  • updated install instructions see README.md

  • new options for znapzend

    --forbidDestRollback forbids forcing destination dataset rollback and
    removal of datasets/snapshots not present on source

    --since=x allow to consider a non-automatic common snapshot "x" as a
    starting point

    --sinceForced=x same as --since=x but also make sure "x" exists on
    destination (can cause removal of newer snapshots)

    --cleanOffline clean up source snapshots even if a destination was offline

    --mailErrorSummaryTo=rcpt if "send task(s) failed", mail a summary to rcpt

  • new --feature=x flags for znapzend sendIntermediates forbidDestRollback

  • an a ton of bugfixes for all sorts of edge cases

A big Thank You! to Jim Klimov @jimkilmov who contributed a lot of time
and code to this release

Flatten

23 Mar 15:01
21b9b89
Compare
Choose a tag to compare

New Features

  • build system switched to carton for better dependency tracking

  • docker version available in oetiker/znapzend:master see README.md for details

  • --recursive option for run-once datasets.

  • --inherited allow run-once on datasets with only an inherited plan.

  • --focedSnapshotSuffix=x for non generated snapshot suffix in run-once.

  • --nodelay temporarily ignore delays in backup plans for speedy debugging.

  • new --features

    • sendRaw to NOT decrypt datasets prior to sending
    • skipIntermediates do not send intermediate snapshots
    • lowmemRecurse trade memory for speed when running large recursive jobs
    • zfsGetType speed up recursive dataset handling ... see znapzend manual page for details.
  • znapzendzetup supports --features too

  • new options for znapzendztatz: --inherited and --setup

Fresh Tuna

27 Jun 07:11
Compare
Choose a tag to compare

fixed the tar file to include ALL the files in the init directory

Tuna

19 Jun 15:43
Compare
Choose a tag to compare

Release 0.19.0 adds a bunch of documentation updates as well as

  • a 10 minute timeout for mbuffer since many systems are way slower than we expected
  • a larger blocksize for mbuffer
  • a system v init script
  • an rpm spec file
  • do not start if no backups/snaps are configured
  • customized upstart and systemd startup files

The Protector

13 Apr 13:58
Compare
Choose a tag to compare
  • do not destroy src snapshots if something went wrong while backing up
  • add support for %z in tsformat
  • better zfs on linux support
  • updated perlmodules included with package

A Great Release, trust me!

08 Feb 07:41
Compare
Choose a tag to compare
  • Improved pre/post send and receive commands
  • make daemon NOT abort even if there is no configuration found
  • change smf dependency to multi-user so that iscsi is running

In the Light of Dawn

08 Nov 07:17
Compare
Choose a tag to compare

Bugfixes

  • autocreate working properly ... finally (?)

New

  • ubuntu upstart script
  • per destination pre and post SEND commands (complementary to the pre and post snap commands)
  • send delay property