• 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 | 2787 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 | 2790 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

    borgmatic 1.3.3
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-05-11 21:05:16 +00:00 | 2834 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

    borgmatic 1.3.2
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-05-07 23:06:31 +00:00 | 2838 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

    borgmatic 1.3.1
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-04-03 05:30:14 +00:00 | 2839 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

    borgmatic 1.3.0
    All checks were successful
    the build was successful
    Stable

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

    Downloads
  • 1.2.18 3cb52423d2

    borgmatic 1.2.18
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-03-05 17:11:35 +00:00 | 2843 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
  • 1.2.17 4272c6b077

    borgmatic 1.2.17
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-02-24 07:02:17 +00:00 | 2845 commits to main since this release

    • #140: List the files within an archive via --list --archive option.
    Downloads
  • 1.2.16 26071de2e7

    borgmatic 1.2.16
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-02-19 06:43:32 +00:00 | 2846 commits to main since this release

    • #119: Include a sample borgmatic configuration file in the documentation.
    • #123: Support for Borg archive restoration via borgmatic --extract command-line flag.
    • Refactor documentation into multiple separate pages for clarity and findability.
    • Organize options within command-line help into logical groups.
    • Exclude tests from distribution packages.
    Downloads
  • 1.2.15 8ec1ec527e

    borgmatic 1.2.15
    All checks were successful
    the build was successful
    Stable

    witten released this 2019-01-27 21:54:26 +00:00 | 2872 commits to main since this release

    • #127: Remove date echo from schema example, as it's not a substitute for real logging.
    • #132: Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to
      confusing behavior.
    • #136: Handle and format validation errors raised during argument parsing.
    • #138: Allow use of --stats flag when --create or --prune flags are implied.
    Downloads