Emborg Versions Save

Interactive command line interface to Borg Backup

v1.39

2 weeks ago
  • Add date of last check to output of info command.
  • Added cmd_name setting.
  • Miscellaneous refinements.

v1.38

6 months ago
  • 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

11 months ago
  • add missing dependency

v1.36

11 months ago

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

1 year ago
  • Improved the time resolution in due command.
  • Added si format to manifest command.
  • Allow config_dir to be specified through API.

v1.34

1 year ago
  • Added ability to apply the info command to a particular archive

v1.33

1 year ago
  • 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

2 years ago
  • Fixed issues associated with compact_after_delete setting.

v1.31

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

2 years ago
  • Fix some issues with relative paths