Releases: lenzenmi/btrsnap
Releases · lenzenmi/btrsnap
2.0.0
SYNTAX CHANGE
the --delete option was removed from the snap sub-command. --keep now implies delete.
- Improved help/error messages
- Improved display for list subcommand
- Added --date option to the delete subcommand. You can now delete all snapshots older than a specific date
- Added --date option to the snap subcommand. You can now delete all snapshots older than a specific date when creating new snapshots
- Suppressed btrfs output when deleting -- became too noisy
- Code refactoring for easier code maintenance
Version 1.1.1: minor bugfix
- Improved internal method for identifying snapshots created by btrsnap. Not likely to have impacted any users
- renamed tests to be more "pythonic" i.e. ending in _test.py
Version 1.1.0
Added recursive list and delete functionality.
Version 1.0.0
Everything seems to be working. Enjoy!