-
borgmatic 1.4.3
Stablereleased this
2019-11-01 18:33:15 +00:00 | 2392 commits to main since this release- Monitor backups with Cronitor hook integration. See the documentation for more information:
https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#cronitor-hook
Downloads
- Monitor backups with Cronitor hook integration. See the documentation for more information:
-
borgmatic 1.4.2
Stablereleased this
2019-11-01 17:00:26 +00:00 | 2394 commits to main since this release- 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.
Downloads
-
borgmatic 1.4.1
Stablereleased this
2019-11-01 05:04:38 +00:00 | 2395 commits to main since this release- #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
Downloads
- #229: Restore backed up PostgreSQL databases via "borgmatic restore" action. See the
-
borgmatic 1.4.0
Stablereleased this
2019-10-23 22:35:37 +00:00 | 2405 commits to main since this releaseDownloads
-
borgmatic 1.3.26
Stablereleased this
2019-10-16 17:24:58 +00:00 | 2416 commits to main since this release- #224: Fix "borgmatic list --successful" with a slightly better heuristic for listing successful
(non-checkpoint) archives.
Downloads
- #224: Fix "borgmatic list --successful" with a slightly better heuristic for listing successful
-
borgmatic 1.3.25
Stablereleased this
2019-10-15 17:49:14 +00:00 | 2418 commits to main since this release- #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.
Downloads
- #223: Dead man's switch to detect when backups start failing silently, implemented via
-
borgmatic 1.3.24
Stablereleased this
2019-10-13 22:58:11 +00:00 | 2420 commits to main since this release- #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.
Downloads
-
borgmatic 1.3.23
Stablereleased this
2019-10-01 19:23:16 +00:00 | 2427 commits to main since this release- #174: More detailed error alerting via runtime context available in "on_error" hook.
Downloads
-
borgmatic 1.3.22
Stablereleased this
2019-10-01 05:19:31 +00:00 | 2428 commits to main since this release- #144: When backups to one of several repositories fails, keep backing up to the other
repositories and report errors afterwards.
Downloads
- #144: When backups to one of several repositories fails, keep backing up to the other
-
borgmatic 1.3.21
Stablereleased this
2019-09-28 23:18:10 +00:00 | 2429 commits to main since this release- #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/
Downloads
- #192: User-defined hooks for global setup or cleanup that run before/after all actions. See the