mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
docs: add missing leading slashes in help patterns (#5869)
docs: add missing leading slashes in help patterns, fixes #5857
This commit is contained in:
parent
1c7602f9e0
commit
e8ede14877
1 changed files with 2 additions and 2 deletions
|
|
@ -2348,8 +2348,8 @@ class Archiver:
|
|||
/home/*/junk
|
||||
*.tmp
|
||||
fm:aa:something/*
|
||||
re:^home/[^/]\\.tmp/
|
||||
sh:home/*/.thumbnails
|
||||
re:^/home/[^/]+\\.tmp/
|
||||
sh:/home/*/.thumbnails
|
||||
# Example with spaces, no need to escape as it is processed by borg
|
||||
some file with spaces.txt
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue