You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
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.