| Hello,After testing for a week, I have noticed that the backups only work with virtual servers that are turned on. In my logs when a scheduled or manual backup works, it does the following in logs (/var/virtualizor/log/backup):
 
 Code virsh qemu-monitor-command ***** '{"execute":"query-block"}' 
virsh qemu-monitor-command ***** '{"execute":"drive-backup"...
BUT, when the server is down, it just aborts the process:
 
 Code Preparing temporary backup locations 
Storage : 2 LV Name :backup-29-0
 Backup Process completed UNSUCCESSFULLY
I know that the drive-backup task is a valid and correct process to make it consistent on online VM. But if a VM is offline, on the contrary, its process is simpler, you just have to copy the virtual disk as it is.
 Its a correct
 
 
 
 
 
 |