| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| borgmatic 2.1.7 source code.tar.gz | 2026-08-14 | 982.5 kB | |
| borgmatic 2.1.7 source code.zip | 2026-08-14 | 1.3 MB | |
| README.md | 2026-08-14 | 2.6 kB | |
| Totals: 3 Items | 2.2 MB | 2 | |
- [#1309]: Add support for the "--quick-stats" flag and the "quick_statistics" option to the "prune" action. Borg >= 1.4.5 and < 2 only.
- [#1310]: For the "bootstrap" action, provide a more helpful error message when borgmatic can't determine the latest archive.
- [#1317]: Add an "archive_hostname" option and a corresponding "--archive-hostname" flag for overriding the hostname used for the "{hostname}" placeholder in the "archive_name_format" option. Also add an "archive_username" option and corresponding "--archive-username" flag to override the "{user}" placeholder. Both options/flags are Borg 1.4.5+ only.
- [#1319]: Fix the ZFS hook's overzealous unmounting of snapshot paths when a source dataset is at "/".
- [#1322]: Fix for the "restore" action sometimes failing to find a database dump that was dumped with a default port.
- [#1324]: For the MariaDB and MySQL hooks, add "events", "routines", and "tablespaces" options for disabling dumping of scheduled events, stored routines, and tablespaces, respectively.
- [#1327]: Fix an error from the "diff" action when exclude options are configured.
- [#1331]: Fix the "repo-create" action to more surgically suppress Borg "Repository does not exist" logs and avoid inadvertently suppressing other error logs.
- [#1333]: Fix the "--progress" flag on the "compact" action to actually update the progress of segment compaction.
- [#1334]: Add the "CAP_FOWNER" capability to "CapabilityBoundingSet" in the sample systemd service, so that Borg can open source files without changing file access times.
- [#1336]: Fix for the "bootstrap" action ignoring the "--verbosity" flag when no configuration is present.
- [#1335]: Add a Watchgoose monitoring hook. See the documentation for more information: https://torsion.org/borgmatic/reference/configuration/monitoring/watchgoose/
- BREAKING: Remove the Cronhub monitoring hook, as Cronhub has shut down.
- Fix a bug in which the "compact" action does not pass a compact threshold of zero to Borg.
- Add support for the Borg 2 "--id-hash", "--key-location", and "--from-borg1" flags on the "repo-create" action. Also add corresponding configuration "id_hash" and "key_location" options under the "repositories" option.
- Add support for the Borg 2 "--from-borg1" flag on the "transfer" action.
- Update the documentation on upgrading repositories from Borg version 1 to 2, using current Borg 2 flags: https://torsion.org/borgmatic/how-to/upgrade/#borg-1-to-2