]> git.proxmox.com Git - pve-manager-legacy.git/commit
partially fix #3056: namespace vzdump tmpdir with vmid
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 19 Oct 2020 14:15:25 +0000 (16:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Oct 2020 14:29:26 +0000 (16:29 +0200)
commit84731442eb301b3d50cd2a755c988e5d75f89fd9
tree85e3b92a175fee745cd43b0ddb6c4fa36b977482
parentb7090b35ab84f4b37552fb207b147273d6e0ee43
partially fix #3056: namespace vzdump tmpdir with vmid

this fixes an issue where a rogue running backup would upload the vm
config of a later backup in a backup job

instead now that directory gets deleted and the config is not
available anymore

we cannot really keep those directories around until the end of the
backup job, since we temporarily save ct contents there, which could get
large very fast

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/VZDump.pm