• 1.4.20 e009bfeaa2

    borgmatic 1.4.20
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-12-13 06:54:45 +00:00 | 2562 commits to main since this release

    • Fix repository probing during "borgmatic init" to respect verbosity flag and remote_path option.
    • #249: Update Healthchecks/Cronitor/Cronhub monitoring integrations to fire for "check" and
      "prune" actions, not just "create".
    Downloads
  • 1.4.19 c6cb21a748

    borgmatic 1.4.19
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-12-12 05:24:37 +00:00 | 2566 commits to main since this release

    • #259: Optionally change the internal database dump path via "borgmatic_source_directory" option
      in location configuration section.
    • #271: Support piping "borgmatic list" output to grep by logging certain log levels to console
      stdout and others to stderr.
    • Retain colored output when piping or redirecting in an interactive terminal.
    • Add end-to-end tests for database dump and restore. These are run on developer machines with
      Docker Compose for approximate parity with continuous integration tests.
    Downloads
  • 1.4.18 826e4352d1

    borgmatic 1.4.18
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-12-08 22:07:02 +00:00 | 2579 commits to main since this release

    • Fix "--repository" flag to accept relative paths.
    • Fix "borgmatic umount" so it only runs Borg once instead of once per repository / configuration
      file.
    • #253: Mount whole repositories via "borgmatic mount" without any "--archive" flag.
    • #269: Filter listed paths via "borgmatic list --path" flag.
    Downloads
  • 1.4.17 2ab9daaa0f

    borgmatic 1.4.17
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-12-05 00:07:00 +00:00 | 2583 commits to main since this release

    • #235: Pass extra options directly to particular Borg commands, handy for Borg options that
      borgmatic does not yet support natively. Use "extra_borg_options" in the storage configuration
      section.
    • #266: Attempt to repair any inconsistencies found during a consistency check via
      "borgmatic check --repair" flag.
    Downloads
  • 1.4.16 00f62ca023

    borgmatic 1.4.16
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-12-01 00:55:05 +00:00 | 2585 commits to main since this release

    • #256: Fix for "before_backup" hook not triggering an error when the command contains "borg" and
      has an exit code of 1.
    • #257: Fix for garbled Borg file listing when using "borgmatic create --progress" with
      verbosity level 1 or 2.
    • #260: Fix for missing Healthchecks monitoring payload or HTTP 500 due to incorrect unicode
      encoding.
    Downloads
  • 1.4.15 4385f2a36a

    borgmatic 1.4.15
    All checks were successful
    continuous-integration/drone/tag Build is passing
    continuous-integration/drone/push Build is passing
    Stable

    witten released this 2019-11-25 23:28:21 +00:00 | 2588 commits to main since this release

    Downloads
  • 1.4.14 f4a231420f

    borgmatic 1.4.14
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-11-25 18:31:09 +00:00 | 2593 commits to main since this release

    • Show summary log errors regardless of verbosity level, and log the "summary:" header with a log
      level based on the contained summary logs.
    Downloads
  • 1.4.13 55ebfdda39

    borgmatic 1.4.13
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-11-19 18:09:25 +00:00 | 2594 commits to main since this release

    • Show full error logs at "--verbosity 0" so you can see command output without upping the
      verbosity level.
    Downloads
  • 1.4.12 78ff734e6c

    borgmatic 1.4.12
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-11-18 03:10:11 +00:00 | 2597 commits to main since this release

    • #247: With "borgmatic check", consider Borg warnings as errors.
    • Dial back the display of inline error logs a bit, so failed command output doesn't appear
      multiple times in the logs (well, except for the summary).
    Downloads
  • 1.4.11 50f62d73b7

    borgmatic 1.4.11
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    witten released this 2019-11-18 00:54:27 +00:00 | 2600 commits to main since this release

    • #241: When using the Healthchecks monitoring hook, include borgmatic logs in the payloads for
      completion and failure pings.
    • With --verbosity level 1 or 2, show error logs both inline when they occur and in the summary
      logs at the bottom. With lower verbosity levels, suppress the summary and show error logs when
      they occur.
    Downloads