[pve-devel] [PATCH manager] doc: The quotes around the glob are actually required...

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Mar 3 10:00:53 CET 2016


---
 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 4684d89..a048a38 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 /tmp/ --exclude-path /var/foo*
+ # vzdump 777 --exclude-path /tmp/ --exclude-path '/var/foo*'
 
 (only excludes tmp directories)
 
-- 
2.1.4





More information about the pve-devel mailing list