Dan Helfman
|
89c98de122
|
Merge branch 'main' into config-command-line.
|
2025-03-20 11:37:04 -07:00 |
|
Dan Helfman
|
c2409d9968
|
Remove the "dump_data_sources" command hook, as it doesn't really solve the use case and works differently than all the other command hooks (#790).
|
2025-03-20 11:13:37 -07:00 |
|
Dan Helfman
|
624a7de622
|
Document "after" command hooks running in case of error and make sure that happens in case of "before" hook error (#790).
|
2025-03-20 10:57:39 -07:00 |
|
Dan Helfman
|
3119c924b4
|
In configuration option descriptions, remove mention of corresponding CLI flags because it looks dumb on the command-line help (#303).
|
2025-03-19 23:08:26 -07:00 |
|
Dan Helfman
|
ed6022d4a9
|
Add "list" option to configuration, corresponding to "--list" (#303).
|
2025-03-19 23:05:38 -07:00 |
|
Dan Helfman
|
3e21cdb579
|
Add "stats" option to configuration (#303).
|
2025-03-19 19:43:04 -07:00 |
|
Dan Helfman
|
d02d31f445
|
Use schema defaults instead of a flag name whitelist to make valueless boolean flags (#303).
|
2025-03-19 11:37:17 -07:00 |
|
Dan Helfman
|
1097a6576f
|
Add "progress" option to configuration (#303).
|
2025-03-19 11:06:36 -07:00 |
|
Dan Helfman
|
63b0c69794
|
Add additional options under "repositories:" for parity with repo-create #303.
|
2025-03-18 20:54:14 -07:00 |
|
Dan Helfman
|
711f5fa6cb
|
UX nicety to make default-false boolean options into valueless CLI flags (#303).
|
2025-03-17 22:58:25 -07:00 |
|
Dan Helfman
|
93e7da823c
|
Add an encryption option to repositories (#303).
|
2025-03-17 22:24:01 -07:00 |
|
Dan Helfman
|
903308864c
|
Factor out schema type parsing (#303).
|
2025-03-17 10:46:02 -07:00 |
|
Dan Helfman
|
d75c8609c5
|
Merge branch 'main' into config-command-line
|
2025-03-17 10:34:20 -07:00 |
|
Dan Helfman
|
c926f0bd5d
|
Clarify documentation for dump_data_sources command hook (#790).
|
2025-03-17 10:31:34 -07:00 |
|
Dan Helfman
|
7b14e8c7f2
|
Add feature to NEWS (#303).
|
2025-03-17 10:17:04 -07:00 |
|
Dan Helfman
|
87b9ad5aea
|
Code formatting (#303).
|
2025-03-17 10:02:25 -07:00 |
|
Dan Helfman
|
eca78fbc2c
|
Support setting whole lists and dicts from the command-line (#303).
|
2025-03-17 09:57:25 -07:00 |
|
Dan Helfman
|
05900c188f
|
Expand docstrings (#303).
|
2025-03-15 22:58:39 -07:00 |
|
Dan Helfman
|
1d5713c4c5
|
Updated outdated schema comment referencing ~/.borgmatic path (#836).
|
2025-03-15 21:42:45 -07:00 |
|
Dan Helfman
|
f9612cc685
|
Add SQLite custom command option to NEWS (#836).
|
2025-03-15 21:37:23 -07:00 |
|
Dan Helfman
|
5742a1a2d9
|
Add custom command option for SQLite hook (#836).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1027
|
2025-03-16 04:34:15 +00:00 |
|
Nish_
|
c84815bfb0
|
add custom dump and restore commands for sqlite hook
Signed-off-by: Nish_ <120EE0980@nitrkl.ac.in>
|
2025-03-16 09:07:49 +05:30 |
|
Dan Helfman
|
e1ff51ff1e
|
Merge branch 'main' into config-command-line.
|
2025-03-15 10:03:59 -07:00 |
|
Dan Helfman
|
1c92d84e09
|
Add Borg 2 "prune --stats" flag change to NEWS (#1010).
|
2025-03-15 10:02:47 -07:00 |
|
Dan Helfman
|
1d94fb501f
|
Conditionally pass --stats to prune based on Borg version (#1010).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1026
|
2025-03-15 16:59:50 +00:00 |
|
Dan Helfman
|
92279d3c71
|
Initial work on command-line flags for all configuration (#303).
|
2025-03-14 22:59:43 -07:00 |
|
Nish_
|
1b4c94ad1e
|
Add feature toggle to pass --stats to prune on Borg 1, but not Borg 2
Signed-off-by: Nish_ <120EE0980@nitrkl.ac.in>
|
2025-03-15 09:56:14 +05:30 |
|
Dan Helfman
|
901e668c76
|
Document a database use case involving a temporary database client container (#1020).
|
2025-03-12 17:10:35 -07:00 |
|
Dan Helfman
|
bcb224a243
|
Claim another implemented ticket in NEWS (#821).
|
2025-03-12 14:31:13 -07:00 |
|
Dan Helfman
|
6b6e1e0336
|
Make the "configuration" command hook support "error" hooks and also pinging monitoring on failure (#790).
|
2025-03-12 14:13:29 -07:00 |
|
Dan Helfman
|
f5c9bc4fa9
|
Add a "not yet released" note on 2.0.0 in docs (#790).
|
2025-03-11 16:46:07 -07:00 |
|
Dan Helfman
|
cdd0e6f052
|
Fix incorrect kwarg in LVM hook (#790).
|
2025-03-11 14:42:25 -07:00 |
|
Dan Helfman
|
7bdbadbac2
|
Deprecate all "before_*", "after_*" and "on_error" command hooks in favor of more flexible "commands:" (#790).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1019
|
2025-03-11 21:22:33 +00:00 |
|
Dan Helfman
|
d3413e0907
|
Documentation clarification (#1019).
|
2025-03-11 14:20:42 -07:00 |
|
Dan Helfman
|
8a20ee7304
|
Fix typo in documentation (#1019).
|
2025-03-11 14:08:53 -07:00 |
|
Dan Helfman
|
325f53c286
|
Context tweaks + mention configuration upgrade in command hook documentation (#1019).
|
2025-03-11 14:07:06 -07:00 |
|
Dan Helfman
|
b4d24798bf
|
More command hook documentation updates (#1019).
|
2025-03-11 13:03:58 -07:00 |
|
Dan Helfman
|
7965eb9de3
|
Correctly handle errors in command hooks (#1019).
|
2025-03-11 11:36:28 -07:00 |
|
Dan Helfman
|
8817364e6d
|
Documentation on command hooks (#1019).
|
2025-03-10 22:38:48 -07:00 |
|
Dan Helfman
|
965740c778
|
Update version of command hooks since they didn't get released in 1.9.14 (#1019).
|
2025-03-10 10:37:09 -07:00 |
|
Dan Helfman
|
2a0319f02f
|
Merge branch 'main' into unified-command-hooks.
|
2025-03-10 10:35:36 -07:00 |
|
Dan Helfman
|
fbdb09b87d
|
Bump version for release.
1.9.14
|
2025-03-10 10:17:36 -07:00 |
|
Dan Helfman
|
bec5a0c0ca
|
Fix end-to-end tests for Btrfs (#1023).
|
2025-03-10 10:15:23 -07:00 |
|
Dan Helfman
|
4ee7f72696
|
Fix an error in the Btrfs hook when attempting to snapshot a read-only subvolume (#1023).
|
2025-03-09 23:04:55 -07:00 |
|
Dan Helfman
|
9941d7dc57
|
More docs and command hook context tweaks (#1019).
|
2025-03-09 17:01:46 -07:00 |
|
Dan Helfman
|
ec88bb2e9c
|
Merge branch 'main' into unified-command-hooks.
|
2025-03-09 13:37:17 -07:00 |
|
Dan Helfman
|
68b6d01071
|
Fix a regression in which the "exclude_patterns" option didn't expand "~" (#1021).
|
2025-03-09 13:35:22 -07:00 |
|
Dan Helfman
|
b52339652f
|
Initial command hooks documentation work (#1019).
|
2025-03-09 09:57:13 -07:00 |
|
Dan Helfman
|
4fd22b2df0
|
Merge branch 'main' into unified-command-hooks.
|
2025-03-08 21:02:04 -08:00 |
|
Dan Helfman
|
86b138e73b
|
Clarify command hook documentation.
|
2025-03-08 21:00:58 -08:00 |
|