• 1.3.17 1a1bb71af1

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

    witten released this 2019-09-20 18:43:27 +00:00 | 2694 commits to main since this release

    • #217: Fix error with "borgmatic check --only" command-line flag with "extract" consistency check.
    Downloads
  • 1.3.16 81739791e0

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

    witten released this 2019-09-19 18:43:53 +00:00 | 2698 commits to main since this release

    • #210: Support for Borg check --verify-data flag via borgmatic "data" consistency check.
    • #210: Override configured consistency checks via "borgmatic check --only" command-line flag.
    • When generating sample configuration with generate-borgmatic-config, add a space after each "#"
      comment indicator.
    Downloads
  • 1.3.15 3495484ddd

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

    witten released this 2019-09-13 04:35:00 +00:00 | 2708 commits to main since this release

    • #208: Fix for traceback when the "checks" option has an empty value.
    • #209: Bypass Borg error about a moved repository via "relocated_repo_access_is_ok" option in
      borgmatic storage configuration section.
    • #213: Reorder arguments passed to Borg to fix duplicate directories when using Borg patterns.
    • #214: Fix for hook erroring with exit code 1 not being interpreted as an error.
    Downloads
  • 1.3.14 ccbd0b608b

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

    witten released this 2019-08-03 22:13:54 +00:00 | 2714 commits to main since this release

    • #204: Do not treat Borg warnings (exit code 1) as failures.
    • When validating configuration files, require strings instead of allowing any scalar type.
    Downloads
  • 1.3.13 9ec75ccf3f

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

    witten released this 2019-07-27 21:15:24 +00:00 | 2716 commits to main since this release

    • #199: Add note to documentation about using spaces instead of tabs for indentation, as YAML does
      not allow tabs.
    • #203: Fix compatibility with ruamel.yaml 0.16.x.
    • If a "prefix" option in borgmatic's configuration has an empty value (blank or ""), then disable
      default prefix.
    Downloads
  • 1.3.12 90595e9c18

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

    witten released this 2019-06-27 21:41:21 +00:00 | 2733 commits to main since this release

    • Only log to syslog when run from a non-interactive console (e.g. a cron job).
    • Remove unicode byte order mark from syslog output so it doesn't show up as a literal in rsyslog
      output. See discussion on #197.
    Downloads
  • 1.3.11 4444219e17

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

    witten released this 2019-06-25 18:30:55 +00:00 | 2735 commits to main since this release

    • #193: Pass through several "borg list" and "borg info" flags like --short, --format, --sort-by,
      --first, --last, etc. via borgmatic command-line flags.
    • Add borgmatic info --repository and --archive command-line flags to display info for individual
      repositories or archives.
    • Support for Borg --noatime, --noctime, and --nobirthtime flags via corresponding options in
      borgmatic configuration location section.
    Downloads
  • 1.3.10 1676a98c51

    borgmatic 1.3.10
    Some checks reported errors
    continuous-integration/drone/tag Build was killed
    continuous-integration/drone/push Build is passing
    Stable

    witten released this 2019-06-24 16:55:41 +00:00 | 2739 commits to main since this release

    • #198: Fix for Borg create error output not showing up at borgmatic verbosity level zero.
    Downloads
  • 1.3.9 cd192a6909

    borgmatic 1.3.9
    Some checks failed
    continuous-integration/drone/push Build is failing
    continuous-integration/drone/tag Build is failing
    Stable

    witten released this 2019-06-23 23:30:16 +00:00 | 2742 commits to main since this release

    • #195: Switch to command-line actions as more traditional sub-commands, e.g. "borgmatic create",
      "borgmatic prune", etc. However, the classic dashed options like "--create" still work!
    Downloads
  • 1.3.8 74ac148747

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

    witten released this 2019-06-20 03:48:54 +00:00 | 2755 commits to main since this release

    • #191: Disable console color via "color" option in borgmatic configuration output section.
    Downloads