Releases: borgmatic-collective/borgmatic
Releases · borgmatic-collective/borgmatic
borgmatic 1.3.23
- #174: More detailed error alerting via runtime context available in "on_error" hook.
borgmatic 1.3.22
- #144: When backups to one of several repositories fails, keep backing up to the other
repositories and report errors afterwards.
borgmatic 1.3.21
- #192: User-defined hooks for global setup or cleanup that run before/after all actions. See the
documentation for more information:
https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/
borgmatic 1.3.20
- #205: More robust sample systemd service: boot delay, network dependency, lowered CPU/IO
priority, etc. - #221: Fix "borgmatic create --progress" output so that it updates on the console in real-time.
borgmatic 1.3.19
- #219: Fix visibility of "borgmatic prune --stats" output.
borgmatic 1.3.18
- #220: Fix regression of argument parsing for default actions.
borgmatic 1.3.17
- #217: Fix error with "borgmatic check --only" command-line flag with "extract" consistency check.
borgmatic 1.3.16
- #210: Support for Borg check --verify-data flag via borgmatic "data" consistency check.
- #210: Override configured consistency checks via "borgmatic check --only" command-line flag.
- When generating sample configuration with generate-borgmatic-config, add a space after each "#"
comment indicator.
borgmatic 1.3.15
- #208: Fix for traceback when the "checks" option has an empty value.
- #209: Bypass Borg error about a moved repository via "relocated_repo_access_is_ok" option in
borgmatic storage configuration section. - #213: Reorder arguments passed to Borg to fix duplicate directories when using Borg patterns.
- #214: Fix for hook erroring with exit code 1 not being interpreted as an error.
borgmatic 1.3.14
- #204: Do not treat Borg warnings (exit code 1) as failures.
- When validating configuration files, require strings instead of allowing any scalar type.