[ovirt-users] Incremental backup using ovirt api

2019-09-28 Thread smidhunraj
Hi, I tried to take incremental backup of a vm using this script. public function downloadDiskIncremental(){ $data=array(); $xmlStr = " incremental ";

[ovirt-users] Incremental backup using ovirt api

2019-09-28 Thread smidhunraj
Hi, I tried to take incremental backup of a vm using this script. public function downloadDiskIncremental(){ $data=array(); $xmlStr = " incremental ";

[ovirt-users] How to take incremental backup of a vm

2019-09-27 Thread smidhunraj
Can you tell me the method on how to take incremental backup of a VM in ovirt .Is there any opensource python script available to get this done. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Got a RequestError: status: 409 reason: Conflict

2019-09-24 Thread smidhunraj
I'm trying to clone the snapshot into a new vm. The tool I am using is ovirtBAckup from the github wefixit-AT The link is here https://github.com/wefixit-AT/oVirtBackup this piece of code snippet throws me error. if not config.get_dry_run(): api.vms.add(params.VM(name=vm_clone_name,

[ovirt-users] Attach the snapshot to the backup virtual machine and activate the disk

2019-07-23 Thread smidhunraj
This is the doubt regarding to the rest api Can you please tell me what would be the response of the api request of step 4 ((will it be a success or a error))