Skip to content

Releases: KenKundert/emborg

v1.41

12 Nov 03:42
Compare
Choose a tag to compare
  • 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 and XDG_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

05 Aug 20:49
Compare
Choose a tag to compare
  • Enhance emborg-overdue command.
  • Fix bug in restore when there are multiple roots.

v1.39

29 Apr 19:34
Compare
Choose a tag to compare
  • Add date of last check to output of info command.
  • Added cmd_name setting.
  • Miscellaneous refinements.

v1.38

05 Nov 04:14
Compare
Choose a tag to compare
  • 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

18 May 19:12
Compare
Choose a tag to compare
  • add missing dependency

v1.36

16 May 06:10
Compare
Choose a tag to compare

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

20 Mar 22:14
Compare
Choose a tag to compare
  • Improved the time resolution in due command.
  • Added si format to manifest command.
  • Allow config_dir to be specified through API.

v1.34

04 Nov 04:58
Compare
Choose a tag to compare
  • Added ability to apply the info command to a particular archive

v1.33

23 Oct 03:08
Compare
Choose a tag to compare
  • 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

01 Apr 18:54
Compare
Choose a tag to compare
  • Fixed issues associated with compact_after_delete setting.