From 0678b0ad2d29128b825571145b747a10af8d87f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nehalenni=C3=A6=20Oudin?= Date: Sun, 29 Nov 2020 18:01:38 +0100 Subject: [PATCH] Complements the documentation for pattern files and exclude files (#5520) docs: "filename with spaces" example added to exclude file, fixes #5236 note: no whitespace escaping needed, processed by borg. --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 458fc04e0..2816566dc 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2369,7 +2369,7 @@ class Archiver: fm:aa:something/* re:^home/[^/]\\.tmp/ sh:home/*/.thumbnails - # Example with spaces, no need to escape as it is processed by borg + # Example with spaces, no need to escape as it is processed by borg some file with spaces.txt EOF $ borg create --exclude-from exclude.txt backup /