]> git.proxmox.com Git - pve-docs.git/commitdiff
vzdump: Same updates as in pve-manager
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 3 Mar 2016 09:02:55 +0000 (10:02 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 3 Mar 2016 09:03:08 +0000 (10:03 +0100)
Update stdexclude list and --exclude-path option description
to the shell-glob version.

vzdump.adoc

index 7137a5a91f8529099f75d17a401a9a74431d4047..83725f19a754a649afc52fd9866d853442abac1a 100644 (file)
@@ -116,14 +116,14 @@ File Exclusions
 First, this option is only available for container backups. 'vzdump'
 skips the following files with option `--stdexcludes`
 
 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:
 
 
 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)
 
 
 (only excludes tmp directories)