Skip to content

v2.0 We're POSIX Compliant

Compare
Choose a tag to compare
@aaronhurt aaronhurt released this 01 Sep 15:01
· 5 commits to main since this release
5a9cee7

Goodbye Bash

Quickly following the very Bash-centric v1.0 release a request was made to support POSIX shells. The features added in v1.0 have been preserved and the entire script (including tests) have been ported to POSIX compliant shell constructs. The POSIX refactor was suggested by @yonas and tested by @yonas and @tschettervictor. Thank you all, and enjoy a pure POSIX ZFS replication script without any external dependencies.

What's Changed

  • Port scripts to strict POSIX implementations by @aaronhurt in #41

Full Changelog: v1.0...v2.0