Skip to content

Releases: oetiker/znapzend

Let's fly to the Sun

02 Aug 15:46
Compare
Choose a tag to compare

Working towards Solaris compatibility by making the Illumos destroy syntax a selectable feature. By default, ZnapZend will now use the simple Solaris zfs destroy which can only do one snapshot a time. To enable combined destroy, start znapzend with --features=combinedDestroy

Added a new twist to the znapzendzetup edit function: When called without any editing options an text editor $VISUAL||$EDITOR||'vi' will open allowing you to modify all properties.

A Manpage with Contents

01 Aug 11:07
Compare
Choose a tag to compare
  • man pages generation fixed. they are not empty anymore

All Time is Relative and Universal

01 Aug 09:26
Compare
Choose a tag to compare
  • timestamp format can now end in Z. causing the timestamp to be in UTC
  • configure option --libdir decides where perl libraries get installed (if you tinker with this, make sure perl can still find them)
  • configure option --enable-svcinstall=DIR causes the svc manifest to be copied to the given location when running make install
  • allow : in snapshot names

The Missing 1%

30 Jul 22:16
Compare
Choose a tag to compare

And now znapzendzetup import actually supports the --prop option.

distributiong prebuilt version ready to run

The 99% Rule

30 Jul 16:04
Compare
Choose a tag to compare
  • allow export and import of dataset backup configurations
  • better documentation
  • remove M for minutes in plan configuration as it was ambiguous
  • runs also on perl 5.10.1 (we now have travis test 5.10 to 5.18)

Closing in on Solaris

30 Jul 09:33
Compare
Choose a tag to compare

making sure the we do not rebuild pod and manpages unecessarily

Going for Solaris

30 Jul 09:06
Compare
Choose a tag to compare

adding prebuilt pod files to not have to trigger gnu grep dependency problem on solaris

Yey People are starting to Try!

30 Jul 08:58
Compare
Choose a tag to compare

Added missing VERSION file.

We need no C Compiler

30 Jul 06:35
Compare
Choose a tag to compare

updated configure to NOT go looking for a C compiler since we don't really need one.

Hello World

29 Jul 14:31
Compare
Choose a tag to compare

documentation and log message updates

relaxed shell escaping