[pve-devel] [PATCH guest-common 1/5] vzdump: update exclude-path description
Fabian Ebner
f.ebner at proxmox.com
Fri Nov 20 15:50:41 CET 2020
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
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
More information about the pve-devel
mailing list