Skip to content

borgmatic 1.8.6

Compare
Choose a tag to compare
@witten witten released this 03 Jan 18:08
· 170 commits to main since this release
  • #767: Add an "--ssh-command" flag to the "config bootstrap" action for setting a custom SSH
    command, as no configuration is available (including the "ssh_command" option) until
    bootstrapping completes.
  • #794: Fix a traceback when the "repositories" option contains both strings and key/value pairs.
  • #800: Add configured repository labels to the JSON output for all actions.
  • #802: The "check --force" flag now runs checks even if "check" is in "skip_actions".
  • #804: Validate the configured action names in the "skip_actions" option.
  • #807: Stream SQLite databases directly to Borg instead of dumping to an intermediate file.
  • When logging commands that borgmatic executes, log the environment variables that
    borgmatic sets for those commands. (But don't log their values, since they often contain
    passwords.)