Hi, I found the problem: in /etc/libvirt/qemu.conf, the option “dynamic_ownership = 0” (included in opennebula-node-kvm) makes the scratch file is created with “root” user and permission 600; then generate error “permission denied”.
Setting “dynamic_ownership = 1” solving the backup problem, but what problem could it bring to Opennebula?