mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
Merge pull request #4600 from d7415/pattern_example
Add example of exclude-norecurse rule in help patterns
This commit is contained in:
commit
35373b8b93
1 changed files with 3 additions and 1 deletions
|
@ -2181,7 +2181,9 @@ def do_break_lock(self, args, repository):
|
|||
# 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:
|
||||
|
|
Loading…
Reference in a new issue