Skip to content

Releases: hunleyd/btrfs-auto-snapshot

v2.0.4

05 May 13:23
777117e
Compare
Choose a tag to compare
Merge branch 'master' of github.com:hunleyd/btrfs-auto-snapshot

* 'master' of github.com:hunleyd/btrfs-auto-snapshot:
  shfmt (#21)
  fix(btrfs-auto-snapshot): append a trailing / to all mountpoints (#18)

v2.0.3

03 Aug 16:09
35ec16f
Compare
Choose a tag to compare

Bugfix:

  • better handle subvolumes and their mount points

2.0.2

09 Jul 20:57
Compare
Choose a tag to compare

Minor fixes:

  • the tool now passes ShellCheck
  • default help param to 0
  • refactor comments to <=90 chars in length
  • add 'adhoc' as the default label if none is specified
  • adjust the snapshot name for consistency
  • ensure user-provided label is alphanumeric

2.0.1

08 Jul 15:02
Compare
Choose a tag to compare

Minor fixes:

  • ensure the 'help' output works
  • add a version number to the tool and the help output

v2.0

14 Jun 16:03
60fe120
Compare
Choose a tag to compare

Major enhancements:

  • Snapshot all subvolumes when using //
  • Refactor for major readability improvement using functions
  • Use vars for return codes

Breaking changes:

  • Requires a Bash with associative array support

Huge thanks to @ams-tschoening for doing the heavy lifting on this release!

v1.1

25 May 17:30
e398c36
Compare
Choose a tag to compare

Misc contributed fixes from others

v1.0

25 May 17:27
Compare
Choose a tag to compare

Initial release