mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-30 05:13:01 +02:00
Clarify error message to mention patterns, not just excludes (#947).
This commit is contained in:
@@ -206,7 +206,7 @@ def collect_special_file_paths(
|
||||
|
||||
if not skip_paths:
|
||||
raise ValueError(
|
||||
f'The runtime directory {os.path.normpath(borgmatic_runtime_directory)} overlaps with the configured excludes. Please remove it from excludes or change the runtime directory.'
|
||||
f'The runtime directory {os.path.normpath(borgmatic_runtime_directory)} overlaps with the configured excludes or patterns. Please remove it from excludes/patterns or change the runtime directory.'
|
||||
)
|
||||
|
||||
return tuple(
|
||||
|
||||
Reference in New Issue
Block a user