• 1.2.14 fd46efb193

    borgmatic 1.2.14
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-12-26 05:01:08 +00:00 | 2880 commits to main since this release

    • #103: When generating sample configuration with generate-borgmatic-config, document the defaults
      for each option.
    • #116: When running multiple configuration files, attempt all configuration files even if one of
      them errors. Log a summary of results at the end.
    • Add borgmatic --version command-line flag to get the current installed version number.

    🎁

    Downloads
  • 1.2.13 d6feca169c

    borgmatic 1.2.13
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-12-25 06:35:16 +00:00 | 2883 commits to main since this release

    • #100: Support for --stats command-line flag independent of --verbosity.
    • #117: With borgmatic --init command-line flag, proceed without erroring if a repository already
      exists.

    🎄

    Downloads
  • 1.2.12 c3e7425f4c

    borgmatic 1.2.12
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-12-11 06:30:10 +00:00 | 2891 commits to main since this release

    • #110: Support for Borg repository initialization via borgmatic --init command-line flag.
    • #111: Update Borg create --filter values so a dry run lists files to back up.
    • #113: Update README with link to a new/forked Docker image.
    • Prevent deprecated --excludes command-line option from being used.
    • Refactor README a bit to flow better for first-time users.
    • Update README with a few additional borgmatic packages (Debian and Ubuntu).
    Downloads
  • 1.2.11 9ca80a54d8

    borgmatic 1.2.11
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-11-22 06:03:39 +00:00 | 2899 commits to main since this release

    • #108: Support for Borg create --progress via borgmatic command-line flag.

    🦃

    Downloads
  • 1.2.10 5c0b17ef39

    borgmatic 1.2.10
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-10-27 22:57:28 +00:00 | 2900 commits to main since this release

    • #105: Support for Borg --chunker-params create option via "chunker_params" in borgmatic's storage
      section.
    Downloads
  • 1.2.9 fef441a8ff

    borgmatic 1.2.9
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-10-15 16:37:26 +00:00 | 2902 commits to main since this release

    • #102: Fix for syntax error that occurred in Python 3.5 and below.
    • Make automated tests support running in Python 3.5.
    Downloads
  • 1.2.8 067ed27689

    borgmatic 1.2.8
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-10-14 18:45:34 +00:00 | 2910 commits to main since this release

    • #73: Enable consistency checks for only certain repositories via "check_repositories" option in
      borgmatic's consistency configuration. Handy for large repositories that take forever to check.
    • Include link to issue tracker within various command output.
    • Run continuous integration tests on a matrix of Python and Borg versions.
    Downloads
  • 1.2.7 da8e9638f4

    borgmatic 1.2.7
    All checks were successful
    the build was successful
    Stable

    witten released this 2018-10-05 04:54:23 +00:00 | 2922 commits to main since this release

    • #98: Support for Borg --keep-secondly prune option.
    • Use Black code formatter and Flake8 code checker as part of running automated tests.
    • Add an end-to-end automated test that actually integrates with Borg.
    • Set up continuous integration for borgmatic automated tests on projects.evoworx.org.
    Downloads