From bf01f882bdb6f564cff53d15c62821eb2acf0044 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 3 Mar 2016 10:02:55 +0100 Subject: [PATCH 1/1] vzdump: Same updates as in pve-manager Update stdexclude list and --exclude-path option description to the shell-glob version. --- vzdump.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vzdump.adoc b/vzdump.adoc index 7137a5a..83725f1 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -116,14 +116,14 @@ File Exclusions First, this option is only available for container backups. 'vzdump' skips the following files with option `--stdexcludes` - /var/log/.+ - /tmp/.+ - /var/tmp/.+ - /var/run/.+pid + /var/log/?* + /tmp/?* + /var/tmp/?* + /var/run/?*pid Or you can manually specify exclude paths, for example: - # vzdump 777 --exclude-path '/tmp/.+' --exclude-path '/var/tmp/.+' + # vzdump 777 --exclude-path /tmp/ --exclude-path '/var/foo*' (only excludes tmp directories) -- 2.39.2