Releases: KenKundert/emborg
Releases · KenKundert/emborg
v1.41
- When Emborg encounters an error when operating on a composite configuration it terminates the problematic configuration and moves to the next. Previously it would exit without attempting the remaining configs.
- emborg-overdue can now run an emborg-overdue process on a remote host and include the results in its report.
- message templates for emborg-overdue can now contain the
locked
field. - Allow location of config and data directory to be overridden with
XDG_CONFIG_HOME
andXDG_DATA_HOME
environment variables. This replaces an earlier behavior that simply treated~/.config/
as the configuration directory if it exists. No provision was made previously to support an alternative data directory.
v1.40
- Enhance emborg-overdue command.
- Fix bug in restore when there are multiple roots.
v1.39
- Add date of last check to output of info command.
- Added cmd_name setting.
- Miscellaneous refinements.
v1.38
- Added ‘last checked date’ reporting to due command.
- Do not run check --repair and compact commands if --dry-run is requested.
- Pass output of Borg create command to hooks to allow it to be reported to HealthChecks.
v1.37
- add missing dependency
v1.36
This release provides new mechanisms that allow you to monitor your pruning and compaction operations to help assure that these activities are not neglected. Both a prune and a compact operation must be performed to release disk space by eliminating expired archives. The combination of these to operations is referred to by Emborg as a squeeze.
- specifying an integer for
--date
now finds archive by index. - due and info commands now report the latest pruneand compact operations as well as the latestcreate operation.
v1.35
- Improved the time resolution in due command.
- Added si format to manifest command.
- Allow config_dir to be specified through API.
v1.34
- Added ability to apply the info command to a particular archive
v1.33
- Added compare command.
- Added manage_diffs_cmd and report_diffs_cmd settings.
- Allow ~/.config/emborg to always hold settings files if user prefers.
v1.32
- Fixed issues associated with compact_after_delete setting.