X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vzdump.1-synopsis.adoc;h=6036647866aafa4f58c93f0a8ecf706b9863fafe;hb=5b9f923f1bfe5da5dafff8f3faba25c7808b52cf;hp=7f14983d2a07e29404fa096d69442538489a79fb;hpb=9226ccbcd137f880700ba0a045a8bf0ab2a4d08d;p=pve-docs.git diff --git a/vzdump.1-synopsis.adoc b/vzdump.1-synopsis.adoc index 7f14983..6036647 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. @@ -68,6 +68,10 @@ Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as thread 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. @@ -108,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. +