mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Remove misleading wildcard from negative exclude pattern example
There is no need to use a special wildcard `**` to demonstrate negative patterns. Actually, it is both slower than the simpler variant and seems to confuse users.
This commit is contained in:
parent
367f35db27
commit
3e60d38a23
@ -299,7 +299,7 @@ directory, then selectively add back some of them.
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
$HOME/**/*
|
$HOME/*
|
||||||
!$HOME/Documents
|
!$HOME/Documents
|
||||||
!$HOME/code
|
!$HOME/code
|
||||||
!$HOME/.emacs.d
|
!$HOME/.emacs.d
|
||||||
|
Loading…
Reference in New Issue
Block a user