[pve-devel] [PATCH v2 storage] fix #5191: api, cli: implement moving a volume between storages
Filip Schauer
f.schauer at proxmox.com
Wed Jul 3 15:01:09 CEST 2024
On 26/06/2024 11:58, Fabian Grünbichler wrote:
>> @@ -1613,6 +1615,15 @@ sub volume_export {
>> run_command(['tar', @COMMON_TAR_FLAGS, '-cf', '-', '-C', $file, '.'],
>> output => '>&'.fileno($fh));
>> return;
>> + } elsif ($format eq 'backup+size') {
> nit: vma+size would be more in line with our current naming scheme
> here.. even if it contains the extra attributes, 'backup' is quite
> generic..
It is generic because it is not limited to VMA backups. This covers any
kind of backup.
Superseded by:
https://lists.proxmox.com/pipermail/pve-devel/2024-July/064406.html
More information about the pve-devel
mailing list