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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to