From 48ff3e70d180d8316d59ff7bec3756e715836c61 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 8 May 2022 14:48:42 -0700 Subject: [PATCH] Clarify documentation about include merging mappings vs. values. --- docs/how-to/make-per-application-backups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/make-per-application-backups.md b/docs/how-to/make-per-application-backups.md index baa97de20..dde3476c8 100644 --- a/docs/how-to/make-per-application-backups.md +++ b/docs/how-to/make-per-application-backups.md @@ -126,8 +126,8 @@ configuration—up to full borgmatic configuration files—while overriding only the parts you want to customize. Note that this `<<` include merging syntax is only for merging in mappings -(keys/values). If you'd like to include other types like scalars or lists -directly, please see the section above about standard includes. +(configuration options and their values). But if you'd like to include a +single value directly, please see the section above about standard includes. ## Configuration overrides