Dan Helfman
38bc4fbfe2
Fix interaction between environment variable interpolation in constants and shell escaping ( #860 ).
2024-04-30 09:36:26 -07:00
Dan Helfman
3ecd0e731e
Initial work on spot check schema and preparatory refactoring ( #656 ).
2024-03-20 11:58:59 -07:00
Dan Helfman
e9813d2539
Allow the "--repository" flag to match across multiple configuration files ( #818 ).
2024-01-21 18:25:44 -08:00
Dan Helfman
4d79f582df
Fix a traceback when providing an invalid "--override" value for a list option ( #814 ).
2024-01-18 10:39:40 -08:00
Dan Helfman
63198088c4
Store included configuration files within each backup archive in support of the "config bootstrap" action ( #736 ).
2024-01-09 13:47:20 -08:00
Dan Helfman
3c22a8ec16
Prevent various shell injection attacks ( #810 ).
2024-01-07 10:21:49 -08:00
Dan Helfman
8b49a59aff
Fix a traceback when the "repositories" option contains both strings and key/value pairs ( #794 ).
2023-12-04 11:17:13 -08:00
Dan Helfman
3b99f7c75a
Constants support includes and command-line overrides ( #745 , #782 )
2023-11-19 21:13:35 -08:00
Dan Helfman
13cf863d89
Fix tests ( #783 ).
2023-11-07 10:09:31 -08:00
Dan Helfman
ef448e2dd1
Add a "skip_actions" option to skip running particular actions ( #701 ).
2023-10-31 21:54:41 -07:00
Dan Helfman
c3efe1b90e
Only parse "--override" values as complex data types when they're for options of those types ( #779 ).
2023-10-29 19:02:28 -07:00
Dan Helfman
487d8ffd32
Fix normalization of deprecated sections to support empty sections without erroring ( #771 ).
2023-10-14 13:04:18 -07:00
Dan Helfman
175003ff9b
Additional test coverage ( #732 ).
2023-08-01 19:45:01 -07:00
Dan Helfman
b8d349d048
Additional test coverage ( #732 ).
2023-08-01 16:27:53 -07:00
Dan Helfman
48b6a1679a
Remove sections ( #721 ).
2023-07-08 23:14:30 -07:00
Dan Helfman
9cf27fa4ba
Deprecated configuration options warning logging.
2023-06-29 10:03:36 -07:00
Dan Helfman
b9a11e860d
Remove legacy configuration parsing code, no longer needed with upgrade-borgmatic-config gone ( #529 ).
2023-06-25 15:36:25 -07:00
Dan Helfman
b10aee3070
Remove upgrade-borgmatic-config command for upgrading borgmatic 1.1.0 INI-style configuration ( #529 ).
2023-06-19 23:17:59 -07:00
Dan Helfman
c294e78715
Use absolute paths when storing configuration files in an archive for later bootstrapping ( #697 ).
2023-06-15 21:45:43 -07:00
Dan Helfman
1a5b3c9e4e
Add Fedora schema loading fix to NEWS ( #703 ).
2023-06-03 22:07:24 -07:00
Felix Kaechele
c61d63b235
Use open() to test for file existance and readability
...
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2023-06-04 00:54:29 -04:00
Felix Kaechele
15cabb93ca
Drop importlib_metadata entirely
...
The fallback option using the dirname of the config module location
seems to be more robust in a number of cases.
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2023-06-03 23:42:20 -04:00
Dan Helfman
0b397a5bf9
Fix borgmatic error when not finding the configuration schema for certain "pip install --editable" development installs ( #687 ).
2023-04-30 16:24:10 -07:00
Dan Helfman
8cb5a42a9e
Drop deprecated pkg_resources in favor of importlib.metadata and packaging.
2023-04-14 21:21:25 -07:00
Dan Helfman
5dbb71709c
Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
2023-04-14 19:35:24 -07:00
Dan Helfman
3512191f3e
Add check_repositories regression fix to NEWS ( #662 ).
2023-03-28 11:45:55 -07:00
Divyansh Singh
08e358e27f
add and update tests
2023-03-28 22:51:35 +05:30
Divyansh Singh
b336b9bedf
add tests for repo labels
2023-03-27 00:19:23 +05:30
Divyansh Singh
b511e679ae
remove optional label for repos from tests
2023-03-26 16:59:29 +05:30
Divyansh Singh
1bc003560a
Merge branch 'master' of https://github.com/diivi/borgmatic into feat/tag-repos
2023-03-25 01:39:26 +05:30
Divyansh Singh
e83ad9e1e4
use repository["path"] instead of repository
2023-03-25 01:04:57 +05:30
Dan Helfman
f42890430c
Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
2023-03-23 23:11:14 -07:00
Divyansh Singh
39ad8f64c4
add tests and remove magic number
2023-03-21 17:06:03 +05:30
Dan Helfman
89500df429
Fix traceback when a configuration section is present but lacking any options ( #604 ).
2022-10-23 13:56:03 -07:00
Dan Helfman
89d201c8ff
Fleshing out NEWS for the Borg 2 changes.
2022-08-17 21:54:00 -07:00
Dan Helfman
f47c98c4a5
Rename several configuration options to match Borg 2 ( #557 ).
2022-08-17 21:14:58 -07:00
Dan Helfman
28d847b8b1
Warn and tranform on non-ssh://-style repositories ( #557 ).
2022-08-17 10:13:11 -07:00
Dan Helfman
9aece3936a
Modify "mount" and "extract" actions to require the "--repository" flag when multiple repositories are configured ( #566 ).
2022-07-25 11:30:02 -07:00
Dan Helfman
d372a86fe6
Code formatting.
2022-06-23 10:41:04 -07:00
Sébastien MB
b63c854509
Fix escaped environment variable in configuration
...
- when an env variable is escaped in the configuration file, we expect
not to resolve it and remove the escape char `\`
2022-06-17 09:50:56 +02:00
Dan Helfman
aecb6fcd74
Code style, rename command-line flag, and move new code into its own file ( #546 )
2022-06-16 11:35:24 -07:00
Sébastien MB
97b5cd089d
Allow environment variable resolution in configuration file
...
- all string fields containing an environment variable like ${FOO} will
be resolved
- supported format ${FOO}, ${FOO:-bar} and ${FOO-bar} to allow default
values if variable is not present in environment
- add --no-env argument for CLI to disable the feature which is enabled
by default
Resolves : #546
2022-06-16 18:52:54 +02:00
Dan Helfman
e76bfa555f
Reduce the default consistency check frequency and support configuring the frequency independently for each check ( #523 ).
2022-05-28 14:42:19 -07:00
Dan Helfman
02781662f8
Change monitoring hooks to specify the ping URL / integration key as a named option.
2022-05-23 20:02:10 -07:00
Dan Helfman
32a1043468
Remove the error when "archive_name_format" is specified but a retention prefix isn't ( #402 ).
2022-05-23 16:11:24 -07:00
Dan Helfman
bec73245e9
Fix traceback when a YAML validation error occurs ( #480 , #482 ).
2022-01-19 20:39:03 -08:00
Dan Helfman
7a086d8430
Fix import ordering.
2021-11-29 14:00:14 -08:00
Dan Helfman
0e8e9ced64
When command-line configuration override produces a parse error, error cleanly ( #471 ).
2021-11-29 12:49:21 -08:00
Dan Helfman
27d37b606b
Better error messages! Switch the library used for validating configuration files (from pykwalify to jsonschema).
2021-06-22 13:27:59 -07:00
Dan Helfman
72bd96c656
Fix traceback when a configuration directory is non-readable due to directory permissions ( #350 ).
2020-08-12 11:32:00 -07:00