#execScripts=true
#scriptArg=
-# Linux only
+# Linux:
# The value of excludedFileSystems is a comma-separated list of glob-style
# patterns specifying the file systems to be excluded from quiesced snapshots.
# The patterns may use '*' (wildcard) to represent any string of characters
# and '?" (joker) to represent any single character. Note that the characters
# represented by these patters, '*' and '?" may include any characters,
# including '/'
+#
+# Windows:
+# The value of excludedFileSystems is a comma-separated list of mount points
+# specifying the volumes to be excluded from quiesced snapshots.
+# Each mount point must be a full path separated and ended with "\\".
+# to exclude volumes with drive letter E and mount point F:\mount\, set below
+# excludedFileSystems= E:\\,F:\\mount\\
+# This option only applies when app quiescing doesn't take effect.
+
#excludedFileSystems=
# Whether to execute scripts on quiescing.