vserver vscan on-access-policy file-ext-to-exclude add
Add to the list of file extensions to exclude
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver vscan on-access-policy file-ext-to-exclude add command adds a file extension or a list of file extensions that must be excluded from scanning to the specified policy name.
Parameters
- -vserver <vserver name> - Vserver
- This parameter specifies the name of the Vserver containing the specified on-access policy to which you want to add a file extension or a list of file extensions that must be excluded from scanning.
- -policy-name <Policy name> - Policy
- This parameter specifies the name of the on-access policy to which you want to add a file extension or a list of file extensions that must be excluded from scanning.
- -file-ext-to-exclude <File extension>, ... - File Extensions Not to Scan
- This parameter specifies the file extension or a list of file extensions that must be excluded from scanning.
Examples
The following example adds a list of file extensions that must be excluded from scanning to the specified on-access policy:
cluster1::> vserver vscan on-access-policy file-ext-to-exclude add -vserver vs1
-policy-name policy1 -file-ext-to-exclude txt,mp4
cluster1::> vserver vscan on-access-policy file-ext-to-exclude show -vserver vs1
-policy-name policy1
Vserver: vs1
Policy: policy1
File-Extensions Not to Scan: mp3, mp4, txt, wav
Give documentation feedback