Releases: KenKundert/emborg
Releases · KenKundert/emborg
v1.31
- Enhanced Emborg to support new Borg 1.2 features.
- Added compact command.
- Added chunker_params, sparse, threshold, upload_ratelimit, upload_buffer settings.
- Added the run_before_borg and run_after_borg settings.
- Added the
--cache-only
option and the ability to delete multiple archives at one time to the delete command.
v1.30
- Fix some issues with relative paths
1.29
- Do not signal failure to hooks if Borg completes normally, even if there were warnings.
- Return an exit status of 1 if Emborg runs to completion but with exceptions, and 2 if it cannot complete normally due to a error or errors.
v1.28
- Suppress log file generation for configs, due, help, log, settings and version commands.
- Add version to the API.
v1.27
- Improve the logging for composite configurations.
- Add support for Borg-Space, a utility that allows you to track and plot disk space usage for your Borg repositories over time.
v1.26
- Improve the tests
v1.25
- Added the compare command.
- Added the manage_diffs_cmd and report_diffs_cmd settings.
- Added the run_before_first_backup and run_after_last_backup settings.
- Allow files listed by manifest command to be constrained to those contained within a path.
- Allow relative dates to be specified on the extract, manifest, mount and restore commands.
- Allow BORG_PASSPHRASE, BORG_PASSPHRASE_FD, or BORG_PASSCOMMAND to dominate over Emborg passphrase settings.
v1.24
- added healthchecks_url and cronhub_url settings.
v1.23
- fix missing dependency.
v1.22
- added support for healthchecks.io monitoring service.
- added support for cronhub.io monitoring service.