X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vzdump.1-synopsis.adoc;h=4e0b14dd39f9133207eb2af494398d3b83fbd2d4;hb=4622d5b4c5c725b623faf93922b80d90bc337e4f;hp=7a6ce7e9999644074b4239eb6488ec71af7180df;hpb=1e3f815645e374a596d7dd9afbb9aed3a7049921;p=pve-docs.git diff --git a/vzdump.1-synopsis.adoc b/vzdump.1-synopsis.adoc index 7a6ce7e..4e0b14d 100644 --- a/vzdump.1-synopsis.adoc +++ b/vzdump.1-synopsis.adoc @@ -16,7 +16,7 @@ Backup all known guest systems on this host. Limit I/O bandwidth (KBytes per second). -`--compress` `<0 | 1 | gzip | lzo>` ('default =' `0`):: +`--compress` `<0 | 1 | gzip | lzo | zstd>` ('default =' `0`):: Compress dump file. @@ -30,7 +30,7 @@ Exclude specified guest systems (assumes --all) `--exclude-path` `` :: -Exclude certain files/directories (shell globs). +Exclude certain files/directories (shell globs). Paths starting with '/' are anchored to the container's root, other paths match relative to each subdirectory. `--ionice` ` (0 - 8)` ('default =' `7`):: @@ -46,7 +46,7 @@ Specify when to send an email `--mailto` `` :: -Comma-separated list of email addresses that should receive email notifications. +Comma-separated list of email addresses or users that should receive email notifications. `--maxfiles` ` (1 - N)` ('default =' `1`):: @@ -64,6 +64,14 @@ Only run if executed on this node. Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as thread count. +`--pool` `` :: + +Backup all known guest systems included in the specified pool. + +`--prune-backups` `[keep-all=<1|0>] [,keep-daily=] [,keep-hourly=] [,keep-last=] [,keep-monthly=] [,keep-weekly=] [,keep-yearly=]` :: + +Use these retention options instead of those from the storage configuration. + `--quiet` `` ('default =' `0`):: Be quiet. @@ -104,3 +112,7 @@ Store resulting file to this storage. Store temporary files to specified directory. +`--zstd` `` ('default =' `1`):: + +Zstd threads. N=0 uses half of the available cores, N>0 uses N as thread count. +