X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=vzdump.adoc;h=83725f19a754a649afc52fd9866d853442abac1a;hp=7137a5a91f8529099f75d17a401a9a74431d4047;hb=bf01f882bdb6f564cff53d15c62821eb2acf0044;hpb=fc1090efc7ef769163471fcb0d8d9a8a855415af 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)