This commit is contained in:
Jeff Turner 2023-07-26 01:00:02 +10:00
parent c65f2cbee5
commit 66037af943
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ unwanted ones. Patterns can be used
Borg always stores all file paths normalized, with the first part equal to the
recursion root, but (since 1.2) with any leading / or ../ removed. If you give
``/absolute/path`` as root, the paths going into the matches will start with
``/absolute/path`` as root, the paths going into the matcher will start with
``absolute/path``. If you wanted to exclude e.g.
``/absolute/path/logs/*.log``, the pattern ``logs/*.log`` would not match; you
must use ``absolute/path/logs/*.log`` or (using ``sh`` patterns)