]> git.proxmox.com Git - pve-manager.git/blobdiff - vzdump-hook-script.pl
Pass what storage ID is being used to vzdump hook scripts
[pve-manager.git] / vzdump-hook-script.pl
index 27075dccdd145c641d780a2f4443e3dd2ec339b4..b345677ceed290d7e2bdd8f0f5635d2875fa597e 100755 (executable)
@@ -29,6 +29,8 @@ if ($phase eq 'job-start' ||
 
     my $dumpdir = $ENV{DUMPDIR};
 
+    my $storeid = $ENV{STOREID};
+
     my $hostname = $ENV{HOSTNAME};
 
     # tarfile is only available in phase 'backup-end'