mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-19 18:36:07 +00:00
fix typo
This commit is contained in:
parent
00b09370c0
commit
d8cbdfc359
1 changed files with 1 additions and 1 deletions
|
@ -2158,7 +2158,7 @@ class Archiver:
|
|||
This pattern style is (only) useful to match full paths.
|
||||
This is kind of a pseudo pattern as it can not have any variable or
|
||||
unspecified parts - the full path must be given. `pf:root/file.ext` matches
|
||||
`root/file.txt` only. A leading path separator is always removed.
|
||||
`root/file.ext` only. A leading path separator is always removed.
|
||||
|
||||
Implementation note: this is implemented via very time-efficient O(1)
|
||||
hashtable lookups (this means you can have huge amounts of such patterns
|
||||
|
|
Loading…
Add table
Reference in a new issue