./sysutils/znapzend, ZFS send/receive backup system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.21.1, Package name: znapzend-0.21.1, Maintainer: wiedi

ZnapZend is a ZFS centric backup tool. It relies on snapshot, send
and receive todo its work. It has the built-in ability to to manage
both local snapshots as well as remote copies by thining them out
as time progresses.

The ZnapZend configuration is stored as properties in the
ZFS filesystem itself.


Required to run:
[devel/p5-Scalar-List-Utils] [devel/p5-Test-Harness] [www/p5-Mojolicious] [devel/p5-Mojo-IOLoop-ForkCall]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 353.043 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-25 12:34:15 by David Brownlee | Files touched by this commit (3) | Package updated
Log message:
Updated sysutils/znapzend to 0.21.1

(Resolves https://github.com/oetiker/znapzend/issues/541)

ZnapZend 0.21.0

 - 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

ZnapZend 0.21.1

 - 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
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-04 15:37:50 by Thomas Klausner | Files touched by this commit (2)
Log message:
*: remove p5-Test-Harness, part of perl
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-04-29 22:15:33 by Sebastian Wiedenroth | Files touched by this commit (5) | Package updated
Log message:
znapzend: update to 0.20.0

Changes:
 Version 0.20.0 / 2020-03-23

 * 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`