mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-28 05:13:07 -04:00
Merge pull request #5737 from adrian5/master
docs: Add commas to pattern help section
This commit is contained in:
commit
c88a37eea4
1 changed files with 2 additions and 2 deletions
|
|
@ -2269,14 +2269,14 @@ class Archiver:
|
|||
wildcards at most.
|
||||
|
||||
Exclusions can be passed via the command line option ``--exclude``. When used
|
||||
from within a shell the patterns should be quoted to protect them from
|
||||
from within a shell, the patterns should be quoted to protect them from
|
||||
expansion.
|
||||
|
||||
The ``--exclude-from`` option permits loading exclusion patterns from a text
|
||||
file with one pattern per line. Lines empty or starting with the number sign
|
||||
('#') after removing whitespace on both ends are ignored. The optional style
|
||||
selector prefix is also supported for patterns loaded from a file. Due to
|
||||
whitespace removal paths with whitespace at the beginning or end can only be
|
||||
whitespace removal, paths with whitespace at the beginning or end can only be
|
||||
excluded using regular expressions.
|
||||
|
||||
To test your exclusion patterns without performing an actual backup you can
|
||||
|
|
|
|||
Loading…
Reference in a new issue