]> git.proxmox.com Git - pve-docs.git/blobdiff - vzdump.1-synopsis.adoc
pbs: fix password and encryption key file location
[pve-docs.git] / vzdump.1-synopsis.adoc
index 7a6ce7e9999644074b4239eb6488ec71af7180df..74587110413b85190351615a6e1b85cef61a7001 100644 (file)
@@ -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,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` `<string>` ::
+
+Backup all known guest systems included in the specified pool.
+
+`--prune-backups` `[keep-daily=<N>] [,keep-hourly=<N>] [,keep-last=<N>] [,keep-monthly=<N>] [,keep-weekly=<N>] [,keep-yearly=<N>]` ::
+
+Use these retention options instead of those from the storage configuration.
+
 `--quiet` `<boolean>` ('default =' `0`)::
 
 Be quiet.
@@ -104,3 +112,7 @@ Store resulting file to this storage.
 
 Store temporary files to specified directory.
 
+`--zstd` `<integer>` ('default =' `1`)::
+
+Zstd threads. N=0 uses half of the available cores, N>0 uses N as thread count.
+