vserver vscan on-access-policy paths-to-exclude add
Add to the list of paths to exclude
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver vscan on-access-policy paths-to-exclude add command adds a path or a list of paths 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 path or a list of paths 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 path or a list of paths that must be excluded from scanning.
- -paths-to-exclude <File path>, ... - Paths Not to Scan
- This parameter specifies the path or list of paths that must be excluded from scanning.
Examples
The following example adds a list of paths that must be excluded from scanning to the specified on-access policy:
cluster1::> vserver vscan on-access-policy paths-to-exclude add -vserver vs1
-policy-name policy1 -paths-to-exclude \test\test2,\test\test3
cluster1::> vserver vscan on-access-policy paths-to-exclude show -vserver vs1
-policy-name policy1
Vserver: vs1
Policy: policy1
File-Paths Not to Scan: \test\test1, \test\test2, \test\test3
Give documentation feedback