From 06dc3364810151206101ff23dcd752e380c1f0ad Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 6 Aug 2020 09:59:48 -0700 Subject: [PATCH] Fix schema exclude patterns example path. --- borgmatic/config/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index a30c60b4..c0c25d0d 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -123,7 +123,7 @@ map: patterns" for more details. example: - '*.pyc' - - ~/*/.cache + - /home/*/.cache - /etc/ssl exclude_from: seq: