• 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 | 2598 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 | 2615 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 | 2617 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 failed
    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 | 2621 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 | 2624 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 | 2637 commits to main since this release

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

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

    witten released this 2019-06-17 19:16:23 +00:00 | 2639 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

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

    witten released this 2019-06-14 04:38:06 +00:00 | 2649 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

    borgmatic 1.3.5
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-05-16 17:50:19 +00:00 | 2716 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

    borgmatic 1.3.4
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-05-14 20:07:49 +00:00 | 2719 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