So to archive my goal to have an zstd compressed backup image,
i can currently not use the new approach with backup-begin ?
Instead i have to use the old approach with the overlay file and use qemu-img convert
compression_type=zstd ...
for doing the backup and if finished blockcommit the overlay file.
am i right ?