Disk_win_exclude delemiter

Hi
I have a problem with the “disk-windows” check. I want exclude more than one drive. I have tried with space, comma, semicolon. This don’t work. (disk_win_exclude)

Hi @el-dummy

use an array:

  vars.disk_win_exclude = [ "D:", "E:" ]

I configure with the GUI.
This is the example with only one drive - that is ok

This don’t work:
exclude01 exclude02

and I have tried some other with semicolon space …

You need to change the type of the datafield disk_win_exclude from String to Array

I have changed the field " disk_win_exclude" with the director to array but it have no effekt.

You then have to put each partition into one field of the array:

image

2 Likes

Thank you - thats it.