]> git.proxmox.com Git - pve-guest-common.git/commitdiff
vzdump: update exclude-path description
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 20 Nov 2020 14:50:41 +0000 (15:50 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 24 Nov 2020 15:30:10 +0000 (16:30 +0100)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
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 => {