]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:02 +0000 (12:11 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:02 +0000 (12:11 -0700)
open-vm-tools/tools.conf

index 64fce97f7aa993adb0f43d83ad594be543df9043..0e6dfffb39badeed2e7e4565341b9c667db62936 100644 (file)
 #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.