X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vzdump.1-synopsis.adoc;h=7f6b9e42a0ff55a815c82ac55bab614797ce9257;hb=4e652ababb6ab4f5dfdbd771b85fc861c876da3b;hp=87642b13e40e2f5e1fc0e8194016cb4c3c729a04;hpb=2489d6df4ac5e916ae18401310bfd1e69c993e55;p=pve-docs.git diff --git a/vzdump.1-synopsis.adoc b/vzdump.1-synopsis.adoc index 87642b1..7f6b9e4 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. @@ -64,6 +64,10 @@ 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. + `--quiet` `` ('default =' `0`):: Be quiet. @@ -90,7 +94,7 @@ Write tar to stdout, not to a file. `--stop` `` ('default =' `0`):: -Stop runnig backup jobs on this host. +Stop running backup jobs on this host. `--stopwait` ` (0 - N)` ('default =' `10`):: @@ -104,3 +108,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. +