From 080c3afa0d43f3d8b2ffdaf23a869db71ccce03e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 5 Apr 2023 14:00:21 -0700 Subject: [PATCH] Fix documentation referring to "archive_name_format" in wrong configuration section. --- docs/how-to/make-per-application-backups.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to/make-per-application-backups.md b/docs/how-to/make-per-application-backups.md index 27c643f9..99f665bc 100644 --- a/docs/how-to/make-per-application-backups.md +++ b/docs/how-to/make-per-application-backups.md @@ -70,7 +70,7 @@ and borgmatic uses that format to name any new archive it creates. For instance: ```yaml -location: +storage: ... archive_name_format: home-directories-{now} ``` @@ -96,7 +96,7 @@ to filter archives when running supported actions. For instance, let's say that you have this in your configuration: ```yaml -location: +storage: ... archive_name_format: {hostname}-user-data-{now} ``` @@ -116,7 +116,7 @@ If this behavior isn't quite smart enough for your needs, you can use the filtering archives. For example: ```yaml -location: +storage: ... archive_name_format: {hostname}-user-data-{now} match_archives: sh:myhost-user-data-*