• 1.3.8 74ac148747

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

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

    witten released this 2019-06-17 19:16:23 +00:00 | 1448 commits to main since this release

    • #196: Fix for unclear error message for invalid YAML merge include.
    • #197: Don't color syslog output.
    • Change default syslog verbosity to show errors only.
    Downloads
  • 1.3.6 de82919e39

    witten released this 2019-06-14 04:38:06 +00:00 | 1458 commits to main since this release

    • #53: Log to syslog in addition to existing console logging. Add --syslog-verbosity flag to
      customize the log level. See the documentation for more information:
      https://torsion.org/borgmatic/docs/how-to/inspect-your-backups/
    • #178: Look for .yml configuration file extension in addition to .yaml.
    • #189: Set umask used when executing hooks via "umask" option in borgmatic hooks section.
    • Remove Python cache files before each Tox run.
    • Add #borgmatic Freenode IRC channel to documentation.
    • Add Borg/borgmatic hosting providers section to documentation.
    • Add files for building documentation into a Docker image for web serving.
    • Upgrade project build server from Drone 0.8 to 1.1.
    • Build borgmatic documentation during continuous integration.
    • We're nearly at 500 ★s on GitHub. We can do this!
    Downloads
  • 1.3.5 9417359da3

    witten released this 2019-05-16 17:50:19 +00:00 | 1525 commits to main since this release

    • #153: Support for various Borg directory environment variables (BORG_CONFIG_DIR, BORG_CACHE_DIR,
      etc.) via options in borgmatic's storage configuration.
    • #177: Fix for regression with missing verbose log entries.
    Downloads
  • 1.3.4 6cb901d083

    witten released this 2019-05-14 20:07:49 +00:00 | 1528 commits to main since this release

    • Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal.
    • #166: Run tests for all installed versions of Python.
    • #168: Update README with continuous integration badge.
    • #169: Automatically sort Python imports in code.
    • Document installing borgmatic with pip install --user instead of a system Python install.
    • Get more reproducible builds by pinning the versions of pip and tox used to run tests.
    • Factor out build/test configuration from tox.ini file.
    Downloads
  • 1.3.3 8650a15db1

    witten released this 2019-05-11 21:05:16 +00:00 | 1572 commits to main since this release

    • Add validate-borgmatic-config command, useful for validating borgmatic config generated by
      configuration management or even edited by hand.
    Downloads
  • 1.3.2 a291477c19

    witten released this 2019-05-07 23:06:31 +00:00 | 1576 commits to main since this release

    • #160: Fix for hooks executing when using --dry-run. Now hooks are skipped during a dry run.
    Downloads
  • 1.3.1 1c88dda76a

    witten released this 2019-04-03 05:30:14 +00:00 | 1577 commits to main since this release

    • #155: Fix for invalid JSON output when using multiple borgmatic configuration files.
    • #157: Fix for seemingly random filename ordering when running through a directory of
      configuration files.
    • Fix for empty JSON output when using --create --json.
    • Now capturing Borg output only when --json flag is used. Previously, borgmatic delayed Borg
      output even without the --json flag.
    Downloads
  • 1.3.0 6ff1867312

    witten released this 2019-03-06 20:06:27 +00:00 | 1580 commits to main since this release

    Downloads
  • 1.2.18 3cb52423d2

    witten released this 2019-03-05 17:11:35 +00:00 | 1581 commits to main since this release

    • #147: Support for Borg create/extract --numeric-owner flag via "numeric_owner" option in
      borgmatic's location section.
    Downloads