From d38e93822dce28231041653b23ed85d87062b4b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 3 Mar 2016 09:22:30 +0100 Subject: [PATCH] doc: consistent vzdump --exclude-path documentation The schema's documentation was already updated to reflect the change from regular expressions to shell globs, but the pod entry in CLI/vzdump.pm wasn't. Also C<> is not interpreted in verbatim (space-prefixed) lines so it showed up as literal text. --- PVE/CLI/vzdump.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/vzdump.pm b/PVE/CLI/vzdump.pm index 2b9231a8..e7dea562 100755 --- a/PVE/CLI/vzdump.pm +++ b/PVE/CLI/vzdump.pm @@ -126,7 +126,7 @@ vzdump skips the following files wit option --stdexcludes You can manually specify exclude paths, for example: - # vzdump 777 --exclude-path C --exclude-path C + # vzdump 777 --exclude-path /tmp/ --exclude-path /var/foo* (only excludes tmp directories) -- 2.39.2