• 1.3.18 340bd72176

    witten released this 2019-09-22 18:30:58 +00:00 | 1393 commits to main since this release

    • #220: Fix regression of argument parsing for default actions.
    Downloads
  • 1.3.17 1a1bb71af1

    witten released this 2019-09-20 18:43:27 +00:00 | 1394 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

    witten released this 2019-09-19 18:43:53 +00:00 | 1398 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

    witten released this 2019-09-13 04:35:00 +00:00 | 1408 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

    witten released this 2019-08-03 22:13:54 +00:00 | 1414 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

    witten released this 2019-07-27 21:15:24 +00:00 | 1416 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

    witten released this 2019-06-27 21:41:21 +00:00 | 1433 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

    witten released this 2019-06-25 18:30:55 +00:00 | 1435 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

    witten released this 2019-06-24 16:55:41 +00:00 | 1439 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

    witten released this 2019-06-23 23:30:16 +00:00 | 1442 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