From 00d5ee23bdbbc01ac7eb326715ae7a98c0acdd06 Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Fri, 11 Sep 2020 12:11:02 -0700 Subject: [PATCH] Common source file change not applicable to open-vm-tools. --- open-vm-tools/tools.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/open-vm-tools/tools.conf b/open-vm-tools/tools.conf index 64fce97f7..0e6dfffb3 100644 --- a/open-vm-tools/tools.conf +++ b/open-vm-tools/tools.conf @@ -283,13 +283,22 @@ #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. -- 2.47.3