Dan Helfman
|
edee3c3788
|
Fix broken monitoring verbosity (#793).
|
2025-04-05 16:11:42 -07:00 |
|
Dan Helfman
|
732634f7ba
|
Add an additional test (#793).
|
2025-04-04 18:49:20 -07:00 |
|
Dan Helfman
|
c0adc4f9df
|
Add test coverage for new code (#793).
|
2025-04-04 17:19:14 -07:00 |
|
Dan Helfman
|
49839e884a
|
Add configuration options for logging and verbosity (#793).
|
2025-04-04 10:11:00 -07:00 |
|
Dan Helfman
|
93b1172266
|
Remove merge conflict artifacts.
|
2025-04-03 17:31:06 -07:00 |
|
Dan Helfman
|
c6ce9c70ab
|
Merge branch 'main' into logging-verbosity-config.
|
2025-04-03 17:29:59 -07:00 |
|
Dan Helfman
|
3eabda45f2
|
If a boolean option name already starts with "no_", don't add a "--no-no-..." CLI flag (#303).
|
2025-04-03 16:21:22 -07:00 |
|
Dan Helfman
|
3f25f3f0ff
|
Merge branch 'main' into config-command-line.
|
2025-04-03 11:47:29 -07:00 |
|
Dan Helfman
|
e8542f3613
|
Fix KeePassXC error when "keepassxc:" option is not present, add new options to NEWS (#1047).
|
2025-04-03 11:41:58 -07:00 |
|
Dan Helfman
|
9407f24674
|
Fix setting of "--checks" on the command-line (#303).
|
2025-04-03 11:28:32 -07:00 |
|
Dan Helfman
|
1c9d25b892
|
Add "key-file" and "yubikey" options to KeePassXC credential hook (#1047).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1049
|
2025-04-03 18:28:08 +00:00 |
|
Gautam Aggarwal
|
248999c23e
|
Final
|
2025-04-03 17:10:52 +00:00 |
|
Dan Helfman
|
d2c3ed26a9
|
Make a CLI flag for any config option that's a list of scalars (#303).
|
2025-04-02 23:15:21 -07:00 |
|
Dan Helfman
|
bbf6f27715
|
For boolean configuration options, add separate "--foo" and "--no-foo" CLI flags (#303).
|
2025-04-02 17:08:04 -07:00 |
|
Dan Helfman
|
364200c65a
|
Fix incorrect matching of non-zero array index flags with dashed names (#303).
|
2025-04-02 09:37:52 -07:00 |
|
Gautam Aggarwal
|
4e55547235
|
Command Restructuring
|
2025-04-02 15:35:12 +00:00 |
|
Gautam Aggarwal
|
7a0c56878b
|
Applied changes
|
2025-04-02 10:47:35 +00:00 |
|
Dan Helfman
|
4065c5d0f7
|
Fix use of dashed command-line flags like "--repositories[2].append-only" generated from configuration (#303).
|
2025-04-01 23:04:53 -07:00 |
|
Dan Helfman
|
affe7cdc1b
|
Expose propertyless YAML objects from configuration (e.g. "constants") as command-line flags (#303).
|
2025-04-01 21:05:44 -07:00 |
|
Dan Helfman
|
017cbae4f9
|
Fix for the example not showing up in generated config for empty YAML objects (#303).
|
2025-04-01 19:44:47 -07:00 |
|
Dan Helfman
|
e96db2e100
|
Fix "progress" option with the "transfer" action (#303).
|
2025-04-01 19:43:56 -07:00 |
|
Dan Helfman
|
af97b95e2b
|
Merge branch 'main' into config-command-line.
|
2025-04-01 12:09:54 -07:00 |
|
Dan Helfman
|
6a61259f1a
|
Fix a failure in the "spot" check when the archive contains a symlink (#1050).
|
2025-04-01 11:49:47 -07:00 |
|
Dan Helfman
|
5490a83d77
|
Merge branch 'main' into config-command-line.
|
2025-03-31 17:13:20 -07:00 |
|
Dan Helfman
|
8c907bb5a3
|
Fix broken "recreate" action with Borg 1.4 (#610).
|
2025-03-31 17:11:37 -07:00 |
|
Dan Helfman
|
f166111b9b
|
Fix new "repositories:" sub-options ("append_only", "make_parent_directories", etc.) (#303).
|
2025-03-31 15:26:24 -07:00 |
|
Dan Helfman
|
10fb02c40a
|
Fix bootstrap --progress flag (#303).
|
2025-03-31 13:33:39 -07:00 |
|
Dan Helfman
|
cf477bdc1c
|
Fix broken list_details, progress, and statistics options (#303).
|
2025-03-31 11:33:56 -07:00 |
|
Dan Helfman
|
6f07402407
|
Fix end-to-end tests and don't stat() directories that don't exist (#1048).
|
2025-03-30 19:04:36 -07:00 |
|
Dan Helfman
|
ab01e97a5e
|
Fix a "no such file or directory" error in ZFS, Btrfs, and LVM hooks with nested directories that reside on separate devices/filesystems (#1048).
|
2025-03-30 14:55:54 -07:00 |
|
Gautam Aggarwal
|
92ebc77597
|
2nd Draft
|
2025-03-30 16:19:56 +00:00 |
|
Gautam Aggarwal
|
f7e4d38762
|
First Draft
|
2025-03-30 14:02:56 +00:00 |
|
Dan Helfman
|
92de539bf9
|
Merge branch 'main' into config-command-line.
|
2025-03-29 19:55:03 -07:00 |
|
Dan Helfman
|
5716e61f8f
|
Code formatting (#262).
|
2025-03-29 19:54:40 -07:00 |
|
Dan Helfman
|
cffb8e88da
|
Merge branch 'main' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic into config-command-line
|
2025-03-29 18:58:12 -07:00 |
|
Dan Helfman
|
a8362f2618
|
borgmatic without arguments/parameters should show usage help instead of starting a backup (#262).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1046
|
2025-03-30 01:57:11 +00:00 |
|
Dan Helfman
|
8101e5c56f
|
Add "list_details" config option support to new "recreate" action (#303).
|
2025-03-29 15:24:37 -07:00 |
|
Dan Helfman
|
c7feb16ab5
|
Merge branch 'main' into config-command-line.
|
2025-03-29 15:16:29 -07:00 |
|
Dan Helfman
|
59f9d56aae
|
Add a recreate action (#1030).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1030
|
2025-03-29 22:07:52 +00:00 |
|
Dan Helfman
|
f6929f8891
|
Add last couple of missing tests after audit (#303).
|
2025-03-29 14:26:54 -07:00 |
|
Vandal
|
2716d9d0b0
|
add to schema
|
2025-03-29 23:25:50 +05:30 |
|
Dan Helfman
|
668f767bfc
|
Adding some missing tests and fixing related flag vs. config logic (#303).
|
2025-03-28 23:11:15 -07:00 |
|
Gautam Aggarwal
|
0182dbd914
|
Added 2 new unit tests and updated docs
|
2025-03-29 03:43:58 +00:00 |
|
Dan Helfman
|
1c27e0dadc
|
Add an end-to-end test for command-line flags of configuration options (#303).
|
2025-03-28 13:46:58 -07:00 |
|
Vandal
|
8b3a682edf
|
add tests and minor fixes
|
2025-03-29 01:26:20 +05:30 |
|
Dan Helfman
|
975a6e4540
|
Add additional tests for complete coverage (#303).
|
2025-03-28 11:37:48 -07:00 |
|
Vandal
|
7020f0530a
|
update existing tests
|
2025-03-28 22:22:19 +05:30 |
|
Dan Helfman
|
5bf2f546b9
|
More automated tests (#303).
|
2025-03-27 21:01:56 -07:00 |
|
Dan Helfman
|
b4c558d013
|
Add tests for CLI arguments from schema logic (#303).
|
2025-03-27 16:49:14 -07:00 |
|
Dan Helfman
|
79bf641668
|
Set the action type when cloning an argument for a list index flag (#303).
|
2025-03-27 12:42:49 -07:00 |
|