This commit is contained in:
Tudor Dobrila
2020-06-11 16:27:54 -07:00
parent 79ff524807
commit e2d132d8d1
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ File, folder, and process exclusions support the following wildcards:
Wildcard | Description | Example | Matches | Does not match Wildcard | Description | Example | Matches | Does not match
---|---|---|---|--- ---|---|---|---|---
\* | Matches any number of any characters including none (note that when this is used inside a path it will substitute only one folder) | `/var/\*/\*.log` | `/var/log/system.log` | `/var/log/nested/system.log` \* | Matches any number of any characters including none (note that when this wildcard is used inside a path it will substitute only one folder) | `/var/\*/\*.log` | `/var/log/system.log` | `/var/log/nested/system.log`
? | Matches any single character | `file?.log` | `file1.log`<br/>`file2.log` | `file123.log` ? | Matches any single character | `file?.log` | `file1.log`<br/>`file2.log` | `file123.log`
## How to configure the list of exclusions ## How to configure the list of exclusions

View File

@ -50,7 +50,7 @@ File, folder, and process exclusions support the following wildcards:
Wildcard | Description | Example | Matches | Does not match Wildcard | Description | Example | Matches | Does not match
---|---|---|---|--- ---|---|---|---|---
\* | Matches any number of any characters including none (note that when this is used inside a path it will substitute only one folder) | `/var/\*/\*.log` | `/var/log/system.log` | `/var/log/nested/system.log` \* | Matches any number of any characters including none (note that when this wildcard is used inside a path it will substitute only one folder) | `/var/\*/\*.log` | `/var/log/system.log` | `/var/log/nested/system.log`
? | Matches any single character | `file?.log` | `file1.log`<br/>`file2.log` | `file123.log` ? | Matches any single character | `file?.log` | `file1.log`<br/>`file2.log` | `file123.log`
## How to configure the list of exclusions ## How to configure the list of exclusions