#

[abc]

Set.

#

 

Matches a single character in the set.

#

 

If the dash '-' character is to be included, it must

#

 

immediately follow the opening bracket '['.

#

If the closing bracket ']' character is to be included,

#

 

it must be preceded by a quote '`'

#

[a-z] Range.

#

 

Matches a single character in the range 'a' to 'z'

#

 

Ranges and sets may be combined within the same set of

#

brackets (e.g. [a-c123] matches any character in the set

#

 

{a, b, c, 1, 2, 3})

#

\

Quote (linux).

#

`

Quote (Windows).

#

 

Makes the next character a regular (nonspecial)

character

 

 

#

 

Note that to match the quote character itself, it must

#

 

be quoted.

#

 

 

#NOTE: Filename pattern must be enclosed with quotation marks ("")

#in case it contains Set, Range or Quote.

#

#Example:

#ExcludeFromRelease = ( *.url, *.ini, "*.[xy]??" )

#NOTE: It is recommended that you configure the FSE partition in such a

#way that you to exclude *.url internet shortcuts from release. MS Windows Explorer

#may not be able to open such files if they are offline.

#

 

 

 

 

 

#

 

 

 

 

 

MigRetentionTime

= 24h

# min=1s,

max=2^32s

RecallRetentionTime

=

24h

#

min=1s,

max=2^32s

MinFileSize

=

2kB

#

min=0,

max=1MB

304 FSE configuration templates