borgmatic

Simple, configuration-driven backup software for servers and workstations

GPL-3.0 License

Stars
1.7K
Committers
90

Bot releases are hidden (Show)

borgmatic - borgmatic 1.4.3

Published by witten almost 5 years ago

borgmatic - borgmatic 1.4.2

Published by witten almost 5 years ago

  • Extract files to a particular directory via "borgmatic extract --destination" flag.
  • Rename "borgmatic extract --restore-path" flag to "--path" to reduce confusion with the separate
    "borgmatic restore" action. Any uses of "--restore-path" will continue working.
borgmatic - borgmatic 1.4.1

Published by witten almost 5 years ago

borgmatic - borgmatic 1.4.0

Published by witten almost 5 years ago

  • #225: Database dump hooks for PostgreSQL, so you can easily dump your databases before backups
    run.
  • #230: Rename "borgmatic list --pattern-from" flag to "--patterns-from" to match Borg.
borgmatic - borgmatic 1.3.26

Published by witten about 5 years ago

  • #224: Fix "borgmatic list --successful" with a slightly better heuristic for listing successful
    (non-checkpoint) archives.
borgmatic - borgmatic 1.3.25

Published by witten about 5 years ago

borgmatic - borgmatic 1.3.24

Published by witten about 5 years ago

  • #86: Add "borgmatic list --successful" flag to only list successful (non-checkpoint) archives.
  • Add a suggestion form to all documentation pages, so users can submit ideas for improving the
    documentation.
  • Update documentation link to community Arch Linux borgmatic package.
borgmatic - borgmatic 1.3.23

Published by witten about 5 years ago

  • #174: More detailed error alerting via runtime context available in "on_error" hook.
borgmatic - borgmatic 1.3.22

Published by witten about 5 years ago

  • #144: When backups to one of several repositories fails, keep backing up to the other
    repositories and report errors afterwards.
borgmatic - borgmatic 1.3.21

Published by witten about 5 years ago

borgmatic - borgmatic 1.3.20

Published by witten about 5 years ago

  • #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 - borgmatic 1.3.19

Published by witten about 5 years ago

  • #219: Fix visibility of "borgmatic prune --stats" output.
borgmatic - borgmatic 1.3.18

Published by witten about 5 years ago

  • #220: Fix regression of argument parsing for default actions.
borgmatic - borgmatic 1.3.17

Published by witten about 5 years ago

  • #217: Fix error with "borgmatic check --only" command-line flag with "extract" consistency check.
borgmatic - borgmatic 1.3.16

Published by witten about 5 years ago

  • #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 - borgmatic 1.3.15

Published by witten about 5 years ago

  • #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 - borgmatic 1.3.14

Published by witten about 5 years ago

  • #204: Do not treat Borg warnings (exit code 1) as failures.
  • When validating configuration files, require strings instead of allowing any scalar type.
borgmatic - borgmatic 1.3.13

Published by witten about 5 years ago

  • #199: Add note to documentation about using spaces instead of tabs for indentation, as YAML does
    not allow tabs.
  • #203: Fix compatibility with ruamel.yaml 0.16.x.
  • If a "prefix" option in borgmatic's configuration has an empty value (blank or ""), then disable
    default prefix.
borgmatic - borgmatic 1.3.12

Published by witten over 5 years ago

  • Only log to syslog when run from a non-interactive console (e.g. a cron job).
  • Remove unicode byte order mark from syslog output so it doesn't show up as a literal in rsyslog
    output. See discussion on #197.
borgmatic - borgmatic 1.3.11

Published by witten over 5 years ago

  • #193: Pass through several "borg list" and "borg info" flags like --short, --format, --sort-by,
    --first, --last, etc. via borgmatic command-line flags.
  • Add borgmatic info --repository and --archive command-line flags to display info for individual
    repositories or archives.
  • Support for Borg --noatime, --noctime, and --nobirthtime flags via corresponding options in
    borgmatic configuration location section.