]> git.proxmox.com Git - pve-docs.git/blobdiff - vzdump.1-synopsis.adoc
update static/schema information
[pve-docs.git] / vzdump.1-synopsis.adoc
index 1654299fa7253b53e9adea62707cd5addaa6cb50..5434a52c56da372c9e007432014e7746738e80b9 100644 (file)
@@ -62,10 +62,14 @@ Only run if executed on this node.
 
 `--notes-template` `<string>` ::
 
-Template string for generating notes for the backup(s). It can contain variables which will be replaced by their values. Currently supported are \{\{cluster\}\}, \{\{guestname\}\}, \{\{node\}\}, and \{\{vmid\}\}, but more might be added in the future.
+Template string for generating notes for the backup(s). It can contain variables which will be replaced by their values. Currently supported are \{\{cluster\}\}, \{\{guestname\}\}, \{\{node\}\}, and \{\{vmid\}\}, but more might be added in the future. Needs to be a single line, newline and backslash need to be escaped as '\n' and '\\' respectively.
 +
 NOTE: Requires option(s): `storage`
 
+`--performance` `[max-workers=<integer>]` ::
+
+Other performance-related settings.
+
 `--pigz` `<integer>` ('default =' `0`)::
 
 Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as thread count.