Skip to content

Releases: lenzenmi/btrsnap

2.0.0

20 Jun 05:55

Choose a tag to compare

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

01 Dec 16:21

Choose a tag to compare

  • 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

27 Nov 16:33

Choose a tag to compare

Added recursive list and delete functionality.

Version 1.0.0

20 Nov 00:01

Choose a tag to compare

Everything seems to be working. Enjoy!