5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-01-10 01:17:51 +03:00

vzdump: update notes-template description

as the actual handling in pve-manager changed a bit.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2022-04-28 10:07:40 +02:00 committed by Thomas Lamprecht
parent 54fba1b4a9
commit 8ec108b341

View File

@ -239,7 +239,8 @@ my $confdesc = {
description => "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.",
"future. Needs to be a single line, newline and backslash need to be escaped as '\\n' ".
"and '\\\\' respectively.",
requires => 'storage',
optional => 1,
},