[pve-devel] [PATCH manager 1/2] doc: consistent vzdump --exclude-path documentation
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Mar 3 09:22:30 CET 2016
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 2b9231a..e7dea56 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</tmp/.+> --exclude-path C</var/tmp/.+>
+ # vzdump 777 --exclude-path /tmp/ --exclude-path /var/foo*
(only excludes tmp directories)
--
2.1.4
More information about the pve-devel
mailing list