1ed207c6b1
Document borgmatic's limitations around parallelism—both its own and Borg's ( #957 ).
2025-10-27 15:58:12 -07:00
5ef257ebb6
Attempt to clarify recursion root patterns in the schema comments.
2025-10-27 14:34:20 -07:00
eb2b0b35c1
Fix for an inconsistent log level for Borg's last output line before exiting ( #1170 ).
2025-10-27 14:20:27 -07:00
0f7ebcb4b7
Fix for a regression in the ZFS, LVM, and Btrfs hooks in which partial excludes of snapshot paths were ignored ( #1169 ).
2025-10-26 14:12:52 -07:00
51d2ce7963
Add a "rename" option to "extra_borg_options" to support passing arbitrary flags to "borg rename".
2025-10-24 23:02:46 -07:00
0c4222037d
Fix for the "list", "info", and "delete" options in "extra_borg_options" being ignored when "--archive" is omitted with Borg 1.x ( #1168 ).
2025-10-24 22:57:23 -07:00
25e8aad517
Add systemd multiple service directories fix to NEWS ( #1165 ).
2025-10-24 09:36:52 -07:00
11ffd76cc6
Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory) ( #1165 ).
2025-10-24 16:31:59 +00:00
Simon Pilkington
68864395b5
Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)
2025-10-24 08:20:59 +02:00
0777d40218
Bump version for release.
2.0.10
2025-10-23 21:47:56 -07:00
f680869d31
Expand the "borg_extra_options" option to support every Borg sub-command that borgmatic uses ( #427 ).
2025-10-23 21:13:16 -07:00
9b66004819
Fix images in README.md to use absolute URLs ( #1167 ).
...
Reviewed-on: borgmatic-collective/borgmatic#1167
2025-10-23 23:08:25 +00:00
aa43906b28
icons fix
2025-10-23 21:49:37 +00:00
134bf1ebdd
Add a "borg_key_file" option for setting the Borg repository key file path ( #1166 ).
2025-10-23 10:36:00 -07:00
dcd567f4f0
Fix for a runtime directory error when the configured patterns contain a global exclude ( #1150 ).
2025-10-22 11:10:42 -07:00
44d63cac07
Mention that repo-create is also known as init in command-line help.
2025-10-22 10:28:20 -07:00
4017897b1a
For the MariaDB and MySQL database hooks, add a "skip_names" option to ignore particular databases when dumping "all" ( #973 ).
2025-10-16 14:48:42 -07:00
d808d7424f
Document the fact that missing "source_directories" are warnings, not errors ( #1076 ).
2025-10-15 16:15:36 -07:00
a327496c99
Document that the "exclude_nodump" option is Borg 1.x only ( #1111 ).
2025-10-15 16:00:55 -07:00
46bb49f40b
Add "Related documentation" on action reference documentation.
2025-10-15 15:48:00 -07:00
9cd607af9d
Clarify schema documentation about borg_security_directory and borg_keys_directory defaults ( #1162 ).
2025-10-15 10:42:18 -07:00
b80d126424
Fix for a runtime directory error when the "create" action is used with the "--log-json" flag ( #1150 ).
2025-10-15 10:35:16 -07:00
dea1c0179b
Clarify what command hooks are in the reference documentation.
2025-10-15 10:22:02 -07:00
2deb27c985
Fix page <title> on documentation home.
2025-10-14 16:20:34 -07:00
6f9bf687d9
Combining a few sections ( #942 ).
2025-10-14 15:57:04 -07:00
7e7b6e012c
Remove incorrect bash code styling ( #942 ).
2025-10-14 15:41:52 -07:00
3ee1203435
Tweaks to search indexing and results.
2025-10-14 13:05:50 -07:00
2db5525f72
Link to action reference documentation instead of "--help".
2025-10-14 12:42:35 -07:00
e3c369a579
Individual actions command-line reference documentation ( #942 ).
2025-10-14 12:29:39 -07:00
9787c9fda0
Replace various how-to links with replacement reference links ( #942 ).
2025-10-13 18:38:25 -07:00
c7053f8202
Additional documentation reference refactoring ( #942 ).
2025-10-13 18:14:39 -07:00
044b1722e3
Factor out command hook reference documentation.
2025-10-13 16:21:42 -07:00
b5f0dc7f1f
Factor out snapshot-related reference documentation.
2025-10-13 13:51:09 -07:00
efc4316a45
Split out example configuration into different pages of reference documentation ( #942 ).
2025-10-12 21:28:52 -07:00
5e6ceea7e2
Merge branch 'main' into reference-docs
2025-10-12 15:59:09 -07:00
a1acf1e0dd
Add documentation search.
2025-10-12 15:37:28 -07:00
8ea9a7cb55
Change the URL of the local documentation development server to be more like the production URL.
2025-10-12 15:16:25 -07:00
f45258b6b7
Revert "Add documentation search."
...
This reverts commit 6d7dc378a9 .
2025-10-12 11:18:41 -07:00
85177b78a6
Merge branch 'main' into reference-docs
2025-10-12 10:59:19 -07:00
6d7dc378a9
Add documentation search.
2025-10-12 10:55:48 -07:00
2a69598e02
Partial work on factoring out references docs from how-to guides ( #942 ).
2025-10-10 22:21:15 -07:00
4c7435378c
Add to NEWS: Fix a traceback (TypeError) in the "check" action with Python 3.14 ( #1161 ).
2025-10-09 14:34:57 -07:00
d15bed5d4f
Fix Python 3.14 incompatibility ( #1161 ).
...
Reviewed-on: borgmatic-collective/borgmatic#1161
2025-10-09 21:33:25 +00:00
2b34c62e6f
Remove non-existent argument to Path
...
'mode' is not a valid argument to (Pure)Path. Passing keyword arguments is
deprecated since Python 3.12. I don't suspect it ever did anything. It is
removed in Python 3.14.
Without this patch, borgmatic crashes on Python 3.14.
This code was first introduced in e76bfa555f .
2025-10-09 22:09:40 +02:00
2a5e202daf
Bump version for release.
2.0.9
2025-10-07 09:55:41 -07:00
7f2e3e0054
Fix to snapshot both parent and child volumes/filesystems instead of just the parent ( #1156 ).
...
Reviewed-on: borgmatic-collective/borgmatic#1158
2025-10-07 16:14:31 +00:00
173ba00caa
Fix to snapshot both parent and child volumes/filesystems instead of just the parent ( #1156 ).
2025-10-04 14:35:42 -07:00
498d662b3d
More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no longer uses "findmnt" ( #1105 ).
...
Reviewed-on: borgmatic-collective/borgmatic#1154
2025-10-03 03:27:37 +00:00
75405bed89
Cache Btrfs get property commands ( #1105 ).
2025-10-01 22:50:33 -07:00
c989b73103
Various cleanup ( #1105 ).
2025-10-01 22:28:54 -07:00