Signed-off-by: Fabian Ebner <[email protected]>
---
 PVE/VZDump/Common.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/PVE/VZDump/Common.pm b/PVE/VZDump/Common.pm
index 63a4689..389473b 100644
--- a/PVE/VZDump/Common.pm
+++ b/PVE/VZDump/Common.pm
@@ -128,7 +128,9 @@ my $confdesc = {
     },
     'exclude-path' => {
        type => 'string', format => 'string-alist',
-       description => "Exclude certain files/directories (shell globs).",
+       description => "Exclude certain files/directories (shell globs)." .
+           " Paths starting with '/' are anchored to the container's root, " .
+           " other paths match relative to each subdirectory.",
        optional => 1,
     },
     mailto => {
-- 
2.20.1



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to