Skip to content

Releases: raohwork/moobk

0.0.2

03 Mar 10:38
Compare
Choose a tag to compare

This verion has breaking changes on cli usage. If you run moobk manually, flags and args are changed to provide better ux. However, "internal" command is not touched, so it's safe to stay with v0.0.1 on remote machine if you don't need to run moobk manually there.

Breaking Changes

  • Flags and args are changed for following commands: snap, sync, purge, list. Run "moobk help snap" for example to see new usage.

Bug fixes and Enhancements

  • Command sync is renamed to transfer. Sync is now an alias of transfer.
  • Improve how COW.Test() is implemented.
  • Improve quality of error messages for command transfer.
  • Breaks help text of "driver" and "repo" into subcommands.
  • Be more specific to snapshot states, introduces new noun "orphan".
  • Purge command now supports cleaning orhpan snapshots.
  • Add --dry-run to transfer and purge command.
  • Improve quality of README.md a little bit.

Prebuilt binaries

binary arch sha512sum
moobk amd64 ef09e28e8338cfe29bb340ec50e8280ed01faf54adcb5b6d014c2c95b20d17f4fdc6a871513807862f5906ea690827710278b8ba28a66c911c7870a8cd570a40
moobk.arm armv7 fceff843b26be92dd39deebee04e465d1ddff8ad4ead9a2b0e2e5e94c838c8f316fe7ec75a6bb1019dc1e44c8c8bf3fa36dbc803d64175c9f8194050acf3c811

Initial release

26 Feb 20:55
Compare
Choose a tag to compare

The very first release.

In this release, only btrfs is tested on baremetal, with my own setup (laptop / nas / usb ssd). zfs is tested in qemu vm.

Since it's not widely tested, it's not suggested to use in production.