X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=vzdump.adoc;h=83725f19a754a649afc52fd9866d853442abac1a;hb=bf01f882bdb6f564cff53d15c62821eb2acf0044;hp=31f83d8c7d35ef5ff86ca60877e81ee3f760d43e;hpb=82b4917a668835cc02f4572933384d57b15ae52f;p=pve-docs.git diff --git a/vzdump.adoc b/vzdump.adoc index 31f83d8..83725f1 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -1,7 +1,7 @@ -include::attributes.txt[] ifdef::manvolnum[] PVE({manvolnum}) ================ +include::attributes.txt[] NAME ---- @@ -22,6 +22,7 @@ endif::manvolnum[] ifndef::manvolnum[] Backup and Restore ================== +include::attributes.txt[] endif::manvolnum[] 'vzdump' is an utility to make consistent snapshots of running virtual @@ -115,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)