]> git.proxmox.com Git - pve-guest-common.git/blobdiff - PVE/VZDump/Common.pm
vzdump: update exclude-path description
[pve-guest-common.git] / PVE / VZDump / Common.pm
index 63a4689e74ec0fcb3e0ee43f4fd5b196a8b37d40..389473b7a309484adcd2683026c707e43583c746 100644 (file)
@@ -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 => {