[pve-devel] [PATCH manager 2/2] doc: update vzdump stdexclude documentation
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Mar 3 09:55:17 CET 2016
---
PVE/CLI/vzdump.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/PVE/CLI/vzdump.pm b/PVE/CLI/vzdump.pm
index e7dea56..4684d89 100755
--- a/PVE/CLI/vzdump.pm
+++ b/PVE/CLI/vzdump.pm
@@ -119,10 +119,10 @@ You can specify a hook script with option C<--script>. This script is called at
vzdump skips the following files wit option --stdexcludes
- /var/log/.+
- /tmp/.+
- /var/tmp/.+
- /var/run/.+pid
+ /var/log/?*
+ /tmp/?*
+ /var/tmp/?*
+ /var/run/?*pid
You can manually specify exclude paths, for example:
--
2.1.4
More information about the pve-devel
mailing list