Releases: 3j14/bumgr
Version 0.5.1
Fix checks for mount
command.
Full Changelog: 0.5.0...0.5.1
Version 0.5.0
Add the forget
command.
Full Changelog: 0.4.2...0.5.0
Version 0.4.2
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
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
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
Add the --version
command line argument.
Full Changelog: 0.2.1...0.3.0
Version 0.2.1
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
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
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