Releases: borgmatic-collective/borgmatic
Releases · borgmatic-collective/borgmatic
borgmatic 1.3.7
- #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
- #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
- #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
- 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
- Add validate-borgmatic-config command, useful for validating borgmatic config generated by
configuration management or even edited by hand.
borgmatic 1.3.2
- #160: Fix for hooks executing when using --dry-run. Now hooks are skipped during a dry run.
borgmatic 1.3.1
- #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
- #148: Configuration file includes and merging via "!include" tag to support reuse of common
options across configuration files.
borgmatic 1.2.18
- #147: Support for Borg create/extract --numeric-owner flag via "numeric_owner" option in
borgmatic's location section.
borgmatic 1.2.17
- #140: List the files within an archive via --list --archive option.