mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 23:19:49 +00:00
vzdump: hook script example: s/openvz/lxc/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2d2ed7ab53
commit
971e4bb13e
@ -35,7 +35,7 @@ if ($phase eq 'job-start' ||
|
||||
|
||||
my $vmid = shift;
|
||||
|
||||
my $vmtype = $ENV{VMTYPE}; # openvz/qemu
|
||||
my $vmtype = $ENV{VMTYPE}; # lxc/qemu
|
||||
|
||||
my $dumpdir = $ENV{DUMPDIR};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user