host/ct backups still need to read the full data (to find out if it has changed), even for incremental backups. for qemu backups, we can utilize a feature of qemu that tracks which parts of a VM disk have changed since the last backup (as long as the VM is not shut down in the meantime) to skip reading all the unchanged data.