Settings - ExcludeVolumes
Exclude a selection of volumes.
- The parameter is a VolumeBoolean expression. If the expression is TRUE then the disk will be skipped (ignored).
- Using the setting will replace any previous value. In other words, the setting is valid from the point in the script where it is defined until the next ExcludeVolumes() setting.
Syntax
ExcludeVolumes(VOLUMEBOOLEAN) |
Example
# Exclude all cdroms. |
See also:
VolumeBooleanVolumeSelect
Settings