How to include wildcards in vscan file-ext-to-exclude
Applies to
- ONTAP 9
- Vscan
- CIFS
Description
The file-ext-to-exclude supports wildcard patterns containing "*" and "?"
*- Matches any string, including the empty string. Example:mp*would match mp, mp3, mp4, mpeg etc.?- Matches any single character. Example:mp?would match mp3, mp4 but not mp and mpeg.
