From 38d971ac433c78b7838c873ae89411c8eb02ffed Mon Sep 17 00:00:00 2001 From: Martin Stone Date: Sun, 2 Jun 2019 18:46:03 +0100 Subject: [PATCH] Add example of exclude-norecurse rule in help patterns --- src/borg/archiver.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 5a291ab0d..b506f788d 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2333,7 +2333,9 @@ class Archiver: # include susans home + /home/susan # don't backup the other home directories - - /home/*\n\n''') + - /home/* + # don't even look in /proc + ! /proc\n\n''') helptext['placeholders'] = textwrap.dedent(''' Repository (or Archive) URLs, ``--prefix``, ``--glob-archives``, ``--comment`` and ``--remote-path`` values support these placeholders: