Releases: oetiker/znapzend
Let's fly to the Sun
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
- man pages generation fixed. they are not empty anymore
All Time is Relative and Universal
- 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 runningmake install
- allow
:
in snapshot names
The Missing 1%
And now znapzendzetup import actually supports the --prop option.
distributiong prebuilt version ready to run
The 99% Rule
- 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
making sure the we do not rebuild pod and manpages unecessarily
Going for Solaris
adding prebuilt pod files to not have to trigger gnu grep dependency problem on solaris
Yey People are starting to Try!
Added missing VERSION file.
We need no C Compiler
updated configure to NOT go looking for a C compiler since we don't really need one.
Hello World
documentation and log message updates
relaxed shell escaping