doc: The quotes around the glob are actually required...

This commit is contained in:
Wolfgang Bumiller 2016-03-03 10:00:53 +01:00 committed by Dietmar Maurer
parent 6999138a2a
commit 065db62f9c

View File

@ -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)