Skip to content

Releases: borgmatic-collective/borgmatic

borgmatic 1.4.4

01 Nov 22:57
Compare
Choose a tag to compare
  • #234: Support for Borg --keep-exclude-tags and --exclude-nodump options.

borgmatic 1.4.3

01 Nov 18:52
Compare
Choose a tag to compare

borgmatic 1.4.2

01 Nov 17:09
Compare
Choose a tag to compare
  • 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 1.4.1

01 Nov 06:09
Compare
Choose a tag to compare

borgmatic 1.4.0

23 Oct 22:52
Compare
Choose a tag to compare
  • #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 1.3.26

16 Oct 17:31
Compare
Choose a tag to compare
  • #224: Fix "borgmatic list --successful" with a slightly better heuristic for listing successful
    (non-checkpoint) archives.

borgmatic 1.3.25

15 Oct 18:29
Compare
Choose a tag to compare

borgmatic 1.3.24

13 Oct 23:05
Compare
Choose a tag to compare
  • #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 1.3.23

01 Oct 19:24
Compare
Choose a tag to compare
  • #174: More detailed error alerting via runtime context available in "on_error" hook.

borgmatic 1.3.22

01 Oct 05:26
Compare
Choose a tag to compare
  • #144: When backups to one of several repositories fails, keep backing up to the other
    repositories and report errors afterwards.