From 403ae0f698d8f612832912e32f778f9245eff781 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 9 May 2023 10:14:03 -0700 Subject: [PATCH] Clarify configuration comment about source_directories also accepting files (#693). --- borgmatic/config/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 0cf02b256..903c04329 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -30,8 +30,8 @@ properties: items: type: string description: | - List of source directories to backup. Globs and tildes are - expanded. Do not backslash spaces in path names. + List of source directories and files to backup. Globs and + tildes are expanded. Do not backslash spaces in path names. example: - /home - /etc