Skip to content

Releases: 3j14/bumgr

Version 0.5.1

16 Jan 19:51
f5c7714
Compare
Choose a tag to compare

Fix checks for mount command.

Full Changelog: 0.5.0...0.5.1

Version 0.5.0

21 Nov 20:31
ad730ac
Compare
Choose a tag to compare

Add the forget command.

Full Changelog: 0.4.2...0.5.0

Version 0.4.2

18 Nov 12:24
5ecfb68
Compare
Choose a tag to compare

Fix error where bumgr could not run because cli is not imported
in the __init__.py file.

Full Changelog: 0.4.1...0.4.2

Version 0.4.1

16 Nov 20:28
ed4062a
Compare
Choose a tag to compare

Limit output of the restic command to avoid congestion of the stdout
buffer.

Full Changelog: 0.4.0...0.4.1

Version 0.4.0

15 Nov 00:55
5b0098f
Compare
Choose a tag to compare

Add more verbose output to the CLI, and introduce the Power plugin.

Breaking changes

  • The parameters passed to bumgr have changed. Notably the verbosity,
    log file, and the new --no-cli parameter now behave differently.

Features

  • The Power plugin skips the backup if the device is not charging
    (macOS only at the moment).

Full Changelog: 0.3.0...0.4.0

Version 0.3.0

09 Nov 14:32
69dd4ef
Compare
Choose a tag to compare

Add the --version command line argument.

Full Changelog: 0.2.1...0.3.0

Version 0.2.1

09 Nov 14:28
d054406
Compare
Choose a tag to compare

Fixes

Fix crash when specifying a config file using the -c command line
argument.

Full Changelog: 0.2.0...0.2.1

Version 0.2.0

09 Nov 13:41
a8a3e8f
Compare
Choose a tag to compare

This release adds the command bumgr env to be used with the restic executable. Example usage:

eval $(bumgr env mybackup) restic snapshots

Features

  • Add the command bumgr env.

Full Changelog: 0.1.1...0.2.0

Version 0.1.1

08 Nov 15:46
b08bd5f
Compare
Choose a tag to compare

Minor changes made to the project metadata, adding a changelog, and automating publishing of the packages to PyPI.

Other

  • Fix type hints in bumgr.Tailscale.

Full Changelog: 0.1.0...0.1.1