Emborg Versions Save

Interactive command line interface to Borg Backup

v1.29

2 years ago
  • 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

2 years ago
  • Suppress log file generation for configs, due, help, log, settings and version commands.
  • Add version to the API.

v1.27

2 years ago
  • 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

2 years ago
  • Improve the tests

v1.25

2 years ago
  • 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

2 years ago
  • added healthchecks_url and cronhub_url settings.

v1.23

2 years ago
  • fix missing dependency.

v1.22

2 years ago
  • added support for healthchecks.io monitoring service.
  • added support for cronhub.io monitoring service.

v1.21

3 years ago
  • made extensive changes to manifest command to make it more flexible

    • colorized the output based on file health (green implies healthy, red implies unhealthy)
    • added --no-color option to manifest to suppress colorization
    • added colorscheme setting.
    • added manifest_default_format setting.
    • added support for Borg list command field names for both reporting and sorting.
    • added Emborg variants to some of the Borg field names.
    • added --show-formats command line option.
    • added --format command line option.
    • added --sort-by-field command line option.
    • change predefined formats to use fields that render faster.
  • it is now an error for prefix setting to contain {{now}}.

  • settings command will now print a single setting value if its name is given.

These changes are not backward compatible. If you have a manifest_formats setting from a previous version, it may need to be updated.

v1.20

3 years ago
  • add --progress command-line option and show_progress option to the create command.