Skip to content

Releases: borgmatic-collective/borgmatic

borgmatic 1.3.7

17 Jun 19:17
Compare
Choose a tag to compare
  • #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.

borgmatic 1.3.6

14 Jun 05:02
Compare
Choose a tag to compare
  • #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!

borgmatic 1.3.5

16 May 17:55
Compare
Choose a tag to compare
  • #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.

borgmatic 1.3.4

14 May 20:09
Compare
Choose a tag to compare
  • 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.

borgmatic 1.3.3

11 May 21:17
Compare
Choose a tag to compare
  • Add validate-borgmatic-config command, useful for validating borgmatic config generated by
    configuration management or even edited by hand.

borgmatic 1.3.2

07 May 23:10
Compare
Choose a tag to compare
  • #160: Fix for hooks executing when using --dry-run. Now hooks are skipped during a dry run.

borgmatic 1.3.1

03 Apr 05:35
Compare
Choose a tag to compare
  • #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.

borgmatic 1.3.0

06 Mar 20:13
Compare
Choose a tag to compare

borgmatic 1.2.18

05 Mar 17:19
Compare
Choose a tag to compare
  • #147: Support for Borg create/extract --numeric-owner flag via "numeric_owner" option in
    borgmatic's location section.

borgmatic 1.2.17

24 Feb 07:10
Compare
Choose a tag to compare
  • #140: List the files within an archive via --list --archive option.