Skip to content

Releases: benibr/xpire

v0.3.0

07 Oct 16:05

Choose a tag to compare

  • added ZFS plugin

v0.2.0

24 Sep 16:59

Choose a tag to compare

  • --loglevel can be used to make xpire more/less verbose
  • btrfs: checks for missing permissions
  • btrfs: prune function now understands nested subvolume structures
  • plugin API definition now available under pluginapi/pluginapi.go
  • prepared code and folder structure to support bigger codebase
  • xpire is now under GPL-3.0 license

v0.1.1 - Initial release

21 May 22:57

Choose a tag to compare

This release contains the first working version of xpire including:

  • CLI parameters for setting expire date
  • CLI parameters for pruning expired data
  • CLI parameter for explicit plugin selection
  • btrfs Plugin which can set dates and delete subvolumes
  • Logging to stderr