Releases: borgmatic-collective/borgmatic
Releases · borgmatic-collective/borgmatic
borgmatic 1.4.4
- #234: Support for Borg --keep-exclude-tags and --exclude-nodump options.
borgmatic 1.4.3
- Monitor backups with Cronitor hook integration. See the documentation for more information:
https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#cronitor-hook
borgmatic 1.4.2
- 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
- #229: Restore backed up PostgreSQL databases via "borgmatic restore" action. See the
documentation for more information:
https://torsion.org/borgmatic/docs/how-to/backup-your-databases/ - Documentation on how to develop borgmatic's documentation:
https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/#documentation-development
borgmatic 1.4.0
- #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
- #224: Fix "borgmatic list --successful" with a slightly better heuristic for listing successful
(non-checkpoint) archives.
borgmatic 1.3.25
- #223: Dead man's switch to detect when backups start failing silently, implemented via
healthchecks.io hook integration. See the documentation for more information:
https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#healthchecks-hook - Documentation on monitoring and alerting options for borgmatic backups:
https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/ - Automatically rewrite links when developing on documentation locally.
borgmatic 1.3.24
- #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
- #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.