Dan Helfman
|
e428d74258
|
Fix the (unreleased) "archive_hostname" option / "--archive-hostname" flag to pass an environment variable to Borg instead of a flag. Also add an "archive_username" option and corresponding "--archive-username" flag to override the "{user}" plaecholder (#1317).
|
2026-07-20 18:57:11 -07:00 |
|
Dan Helfman
|
d454f3a3af
|
Fix an error from the "diff" action when exclude options are configured (#1327).
|
2026-07-19 18:59:03 -07:00 |
|
Dan Helfman
|
5825af9fc1
|
Fix shadowing of built-in function (#1331).
|
2026-07-16 12:28:31 -07:00 |
|
Dan Helfman
|
eb5c9e6bf3
|
Fix the "repo-create" action to more surgically suppress Borg "Repository does not exist" logs and avoid inadvertently suppressing other error logs (#1331).
|
2026-07-16 11:58:10 -07:00 |
|
Dan Helfman
|
eae3341b01
|
Fix the "--progress" flag on the "compact" action to actually update the progress of segment compaction (#1333).
|
2026-07-13 15:58:35 -07:00 |
|
Dan Helfman
|
07d5a0129c
|
For the MariaDB and MySQL hooks, add "events", "routines", and "tablespaces" options for disabling dumping of scheduled events, stored routines, and tablespaces, respectively (#1324).
|
2026-06-17 16:26:01 -07:00 |
|
Dan Helfman
|
b14425b2af
|
Consume "--archive-hostname" flag and "archive_hostname" option in pretty much all actions (#1317).
|
2026-06-17 14:57:42 -07:00 |
|
Dan Helfman
|
a73e28155c
|
Add an "--archive-hostname" flag and corresponding "archive_hostname" option for overriding the hostname used when creating an archive (#1317).
|
2026-06-15 13:48:02 -07:00 |
|
Dan Helfman
|
beaeea25b3
|
Fix for the "restore" action sometimes failing to find a database dump that was dumped with a default port (#1322).
|
2026-06-15 11:56:04 -07:00 |
|
Dan Helfman
|
fa099b8471
|
Add support for the "--quick-stats" flag and the "quick_statistics" option to the "prune" action (#1309).
|
2026-06-11 15:57:52 -07:00 |
|
Dan Helfman
|
501f12dce3
|
Fix the ZFS hook's overzealous unmounting of snapshot paths when a source dataset is at "/" (#1319).
|
2026-06-10 16:15:32 -07:00 |
|
Dan Helfman
|
d74b340024
|
Fix a bug in which the "compact" action does not pass a compact threshold of zero to Borg.
|
2026-06-06 15:31:29 -07:00 |
|
Dan Helfman
|
1670ba2aeb
|
Add missing tests.
|
2026-06-01 11:57:49 -07:00 |
|
Dan Helfman
|
5accda1a65
|
Complete tests.
|
2026-06-01 11:54:28 -07:00 |
|
Dan Helfman
|
3a4bdfb3c5
|
Additional tests and docstrings.
|
2026-05-30 11:27:59 -07:00 |
|
Dan Helfman
|
174aa3d522
|
Additional tests. Also fix a potential race that loses loaded archive paths for display.
|
2026-05-29 16:59:00 -07:00 |
|
Dan Helfman
|
5a74b3d081
|
Fix broken test.
|
2026-05-29 11:57:13 -07:00 |
|
Dan Helfman
|
a876ce2058
|
Yet more tests.
|
2026-05-29 11:52:02 -07:00 |
|
Dan Helfman
|
e82c1bb195
|
More tests and refactoring.
|
2026-05-28 20:00:47 -07:00 |
|
Dan Helfman
|
6869a5d5f2
|
Additional tests and docstrings.
|
2026-05-27 22:40:13 -07:00 |
|
Dan Helfman
|
9a2e853ea7
|
Merge branch 'main' into browse-action
|
2026-05-22 20:01:50 -07:00 |
|
Dan Helfman
|
7e7c3c273e
|
Update the Apprise monitoring hook's "url" option to support loading credentials with the "{credential ...}" syntax (#1308).
|
2026-05-22 15:25:42 -07:00 |
|
Dan Helfman
|
704db9c9d7
|
Add a "--quick-stats" flag and corresponding "quick_statistics" option (#1309).
|
2026-05-22 14:12:46 -07:00 |
|
Dan Helfman
|
9aea0b1d90
|
Fix broken tests.
|
2026-05-22 12:19:34 -07:00 |
|
Dan Helfman
|
c4170bb126
|
Several browse action unit and integration tests.
|
2026-05-21 23:23:19 -07:00 |
|
Dan Helfman
|
aaf5812a3f
|
Cosmetic function argument ordering fix (#1256).
|
2026-05-12 22:13:05 -07:00 |
|
Dan Helfman
|
596d59ef60
|
Fix a race condition in which borgmatic sometimes swallows Borg error output without logging it (#1256).
|
2026-05-12 15:28:31 -07:00 |
|
Dan Helfman
|
411685280c
|
For MariaDB/MySQL, dump events, routines, and tablespaces. For MariaDB, dump a subset of system data when dumping "mysql"/"all" (#1303).
|
2026-05-08 09:38:13 -07:00 |
|
Dan Helfman
|
a508cabe3f
|
Update the KeePassXC credential hook to support KeePassXC's secret service integration.
|
2026-04-29 12:52:27 -07:00 |
|
Dan Helfman
|
0e1659bd73
|
Expand the "patterns_from" and "exclude_from" options to support paths containing tildes and globs (#1301).
|
2026-04-27 10:13:21 -07:00 |
|
Dan Helfman
|
5c7d03910b
|
Fix the "source_directories_must_exist" option to support source directories relative to a "working_directory" (#1300).
|
2026-04-25 13:49:55 -07:00 |
|
Dan Helfman
|
468af1de0b
|
Fix the PostgreSQL database hook to properly parse "*options" values containing quoted spaces.
|
2026-04-24 19:24:44 -07:00 |
|
Dan Helfman
|
961ff7c724
|
For the MariaDB and MySQL database hooks, escape quotes in passwords when the "password_transport" option is "pipe".
|
2026-04-24 10:24:45 -07:00 |
|
Dan Helfman
|
9da75fdc58
|
Use pytest tmp_path fixture instead of hardcoded /tmp paths (#1296).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1296
|
2026-04-20 18:10:02 +00:00 |
|
Dan Helfman
|
40d2d521a7
|
Fix the ZFS hook to properly unmount snapshots for empty datasets (#1295).
|
2026-04-18 11:43:58 -07:00 |
|
Sirio Balmelli
|
0b34ef0e1a
|
tests: use pytest tmp_path fixture instead of hardcoded /tmp paths
tmp_path is a built-in pytest fixture providing a unique per-test tempdir.
Hardcoded /tmp paths break when multiple builders run tests concurrently
(e.g. Nix parallel builds): leftover or colliding files cause spurious failures.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
|
2026-04-15 16:35:41 +02:00 |
|
Maxime Hamon
|
edfa708fa3
|
Add mTLS support for Loki monitoring hook
|
2026-04-12 17:57:01 +02:00 |
|
Dan Helfman
|
aee16e32e2
|
Fix a regression in which SSH warnings from remote repositories broke the "spot" check (#1294).
|
2026-04-10 20:28:14 -07:00 |
|
Dan Helfman
|
f3ae04225d
|
Fix a "source directories do not exist" regression when configuration paths are relative symlinks and the bootstrap data source hook is enabled (#1292).
|
2026-04-06 16:03:39 -07:00 |
|
Dan Helfman
|
3bcf592d53
|
Fix the "spot" check, "extract" check, and all uses of the archive name "latest" to respect the "match_archives" and "archives_name_format" options (#1268).
|
2026-04-05 09:58:54 -07:00 |
|
Dan Helfman
|
9bb5791e9f
|
Fix a traceback in the "spot" check with Borg 2.
|
2026-04-04 21:48:10 -07:00 |
|
Dan Helfman
|
9db2bb2b54
|
Improve performance of the "info" and "repo-list" actions by eliminating a second "borg info" call that supports a "no matching archives" warning (#1264).
|
2026-04-03 20:57:25 -07:00 |
|
Dan Helfman
|
26b3a03721
|
Fix for the Loki monitoring hook not respecting the monitoring verbosity (#1257).
|
2026-03-30 11:13:55 -07:00 |
|
Dan Helfman
|
52234c47e6
|
Fix a regression in which running borgmatic with no arguments and no configuration files doesn't error as expected (#1286).
|
2026-03-22 20:10:46 -07:00 |
|
Dan Helfman
|
ec25a40ddc
|
Fix a unicode error when backing up a non-UTF-8 source filename with a corresponding system locale (#1281).
|
2026-03-06 10:06:39 -08:00 |
|
Dan Helfman
|
23e451e641
|
Treat Borg "file not found" warnings (exit code 107) as warnings again instead of errors. Also un-deprecate the "source_directories_must_exist" option and default it to true (#1248).
|
2026-03-05 13:14:03 -08:00 |
|
Dan Helfman
|
12e92acd15
|
Add "files_changed" and "msgpack_version_check" options (#1175).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1272
|
2026-02-28 07:19:55 +00:00 |
|
slantsh
|
1ada61a1d3
|
ruff formatting?
|
2026-02-28 09:40:41 +05:30 |
|
slantsh
|
75dcd41050
|
test reconfigured
|
2026-02-28 09:28:26 +05:30 |
|
Dan Helfman
|
a6878829a2
|
Expand tests for "diff" actions (#1243).
|
2026-02-27 19:23:20 -08:00 |
|