From cbce6707f4df8051464def834f04ff6a3b3afb1f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 12 Apr 2022 11:05:22 -0700 Subject: [PATCH] Clarify one_file_system behavior in schema comment (#520). --- borgmatic/config/schema.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 43d5d1573..6b4ca4cd2 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -53,10 +53,10 @@ properties: one_file_system: type: boolean description: | - Stay in same file system (do not cross mount points). - Defaults to false. But when a database hook is used, the - setting here is ignored and one_file_system is considered - true. + Stay in same file system: do not cross mount points beyond + the given source directories. Defaults to false. But when a + database hook is used, the setting here is ignored and + one_file_system is considered true. example: true numeric_owner: type: boolean