Releases: hunleyd/btrfs-auto-snapshot
Releases · hunleyd/btrfs-auto-snapshot
v2.0.4
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
Bugfix:
- better handle subvolumes and their mount points
2.0.2
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
Minor fixes:
- ensure the 'help' output works
- add a version number to the tool and the help output
v2.0
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
Misc contributed fixes from others