Dan Helfman
|
3642687ab5
|
Fix broken tests (#999).
|
2025-02-22 14:32:32 -08:00 |
|
Dan Helfman
|
5d9c111910
|
Fix a runtime directory error from a conflict between "extra_borg_options" and special file detection (#999).
|
2025-02-22 14:26:21 -08:00 |
|
Dan Helfman
|
ad3392ca15
|
Ignore the BORG_PASSCOMMAND environment variable when the "encryption_passphase" option is set.
|
2025-02-22 09:55:07 -08:00 |
|
Dan Helfman
|
2280bb26b6
|
Fix a few tests to mock more accurately.
|
2025-02-21 22:08:08 -08:00 |
|
Dan Helfman
|
4ee2603fef
|
Merge branch 'main' into passphrase-via-file-descriptor
|
2025-02-21 20:26:48 -08:00 |
|
Dan Helfman
|
9ba78fa33b
|
Don't try to unmount empty directories (#1001).
|
2025-02-21 17:59:45 -08:00 |
|
Dan Helfman
|
e69c686abf
|
Get all unit/integration tests passing (#1001).
|
2025-02-21 11:32:57 -08:00 |
|
Dan Helfman
|
0210bf76bc
|
Fix ZFS and Btrfs tests (#1001).
|
2025-02-20 22:58:05 -08:00 |
|
Dan Helfman
|
07ecc0ffd6
|
Send the "encryption_passphrase" option to Borg via an anonymous pipe.
|
2025-02-17 11:03:36 -08:00 |
|
Dan Helfman
|
056dfc6d33
|
Add Btrfs "/" subvolume fix to NEWS.
|
2025-02-15 09:56:46 -08:00 |
|
 Dan HelfmanandGitHub
|
bf850b9d38
|
Fix path handling error when handling btrfs '/' subvolume.
Merge pull request #89 from dmitry-t7ko/btrfs-root-submodule-fix
|
2025-02-15 09:49:13 -08:00 |
|
Dan Helfman
|
e02a0e6322
|
Support working directory for container and file credential hooks.
|
2025-02-14 19:35:12 -08:00 |
|
Dan Helfman
|
2ca23b629c
|
Add end-to-end tests for new credential hooks, along with some related configuration options.
|
2025-02-14 15:33:30 -08:00 |
|
Dan Helfman
|
b283e379d0
|
Actually pass the current configuration to credential hooks.
|
2025-02-14 10:15:52 -08:00 |
|
Dan Helfman
|
5dda9c8ee5
|
Add unit tests for new credential hooks.
|
2025-02-13 16:38:50 -08:00 |
|
Dmitrii Tishchenko
|
92e87d839d
|
Fix path handling error when handling btrfs '/' submodule
|
2025-02-13 17:12:23 +00:00 |
|
Dan Helfman
|
d6cf48544a
|
Get existing tests passing.
|
2025-02-12 22:49:16 -08:00 |
|
Dan Helfman
|
aa4a9de3b2
|
Fix the "create" action to omit the repository label prefix from Borg's output when databases are enabled (#996).
|
2025-02-12 09:12:59 -08:00 |
|
Dan Helfman
|
50096296da
|
Revamp systemd credential syntax to be more consistent with constants (#966).
|
2025-02-10 22:01:23 -08:00 |
|
Dan Helfman
|
24b846e9ca
|
Additional test coverage (#966).
|
2025-02-10 10:05:51 -08:00 |
|
Dan Helfman
|
73fe29b055
|
Add additional test coverage for credential tag (#966).
|
2025-02-10 09:52:07 -08:00 |
|
Dan Helfman
|
775385e688
|
Get unit tests passing again (#966).
|
2025-02-09 22:44:38 -08:00 |
|
Dan Helfman
|
97fe1a2c50
|
Flake fixes (#966).
|
2025-02-08 19:28:03 -08:00 |
|
Dan Helfman
|
66abf38b39
|
Add end-to-end tests for the systemd credential hook (#966).
|
2025-02-08 17:50:59 -08:00 |
|
Dan Helfman
|
5baf091853
|
Add automated tests for the systemd credential hook (#966).
|
2025-02-08 10:42:11 -08:00 |
|
Dan Helfman
|
ab9e8d06ee
|
Add a delayed logging handler that delays anything logged before logging is actually configured.
|
2025-02-07 09:50:05 -08:00 |
|
Dan Helfman
|
ffaa99ba15
|
With the "max_duration" option or the "--max-duration" flag, run the archives and repository checks separately so they don't interfere with one another (#988).
|
2025-02-06 11:52:16 -08:00 |
|
Dan Helfman
|
5dc0b08f22
|
Fix the log message code to avoid using Python 3.10+ logging features (#989).
|
2025-02-04 11:51:39 -08:00 |
|
Dan Helfman
|
23009e22aa
|
When both "encryption_passcommand" and "encryption_passphrase" are configured, prefer "encryption_passphrase" even if it's an empty value (#987).
|
2025-02-03 23:20:31 -08:00 |
|
Dan Helfman
|
6cfa10fb7e
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
|
Dan Helfman
|
b2d61ade4e
|
Change the default value for the "--original-hostname" flag from "localhost" to no host specified (#985).
|
2025-02-03 11:17:21 -08:00 |
|
Dan Helfman
|
cca9039863
|
Move the passcommand logic out of a hook to prevent future security issues (e.g., passphrase exfiltration attacks) if a user invokes a credential hook from an arbitrary configuration value (#961).
|
2025-01-31 22:15:53 -08:00 |
|
Dan Helfman
|
afcf253318
|
Fix flake errors (#961).
|
2025-01-31 10:27:20 -08:00 |
|
Dan Helfman
|
13acaa47e4
|
Add an end-to-end test for the passcommand hook (#961).
|
2025-01-30 22:50:13 -08:00 |
|
Dan Helfman
|
cf326a98a5
|
Add test coverage for new code (#961).
|
2025-01-30 21:29:52 -08:00 |
|
Dan Helfman
|
355eef186e
|
Get existing tests passing again (#961).
|
2025-01-30 20:18:03 -08:00 |
|
Dan Helfman
|
c702dca8da
|
Merge branch 'main' into log-repository-everywhere
|
2025-01-29 10:31:30 -08:00 |
|
Dan Helfman
|
62003c58ea
|
Fix the Btrfs hook to support subvolumes with names like "@home", different from their mount points (#983).
|
2025-01-29 09:46:39 -08:00 |
|
Dan Helfman
|
67c22e464a
|
Code formatting (#635).
|
2025-01-29 08:00:42 -08:00 |
|
Dan Helfman
|
5a9066940f
|
Add monitoring end-to-end tests (#635).
|
2025-01-28 23:06:22 -08:00 |
|
Dan Helfman
|
61f0987051
|
Merge branch 'main' into log-repository-everywhere
|
2025-01-27 22:03:35 -08:00 |
|
Dan Helfman
|
63c39be55f
|
Fix flaking issues (#635).
|
2025-01-27 12:28:36 -08:00 |
|
Dan Helfman
|
7e344e6e0a
|
Complete test coverage for new code (#635).
|
2025-01-27 12:25:28 -08:00 |
|
Dan Helfman
|
b6ff242d3a
|
Fix for borgmatic "exclude_patterns" and "exclude_from" recursing into excluded subdirectories (#982).
|
2025-01-27 10:07:19 -08:00 |
|
Dan Helfman
|
71f1819f05
|
Some additional test coverage (#635).
|
2025-01-27 09:27:12 -08:00 |
|
Dan Helfman
|
31b6e21139
|
Fix end-to-end tests and update more log messages (#635).
|
2025-01-26 19:03:40 -08:00 |
|
Dan Helfman
|
7d56641f56
|
Get existing unit tests passing (#635).
|
2025-01-26 12:13:29 -08:00 |
|
Dan Helfman
|
1ad6be2077
|
Add missing test coverage and fix incorrect test expectations (#855).
|
2025-01-26 09:29:54 -08:00 |
|
Dan Helfman
|
803361b850
|
Some text fixes (#635).
|
2025-01-26 09:12:18 -08:00 |
|
Dan Helfman
|
8c5db19490
|
Code formatting (#635).
|
2025-01-25 14:14:48 -08:00 |
|