Skip to content

Create and Download disk backups (full and incremental) from the specified virtual machine on a KVM/OLVM cluster. Also merge incremental disks to full and restore it. This project is made for Disaster Recovery, where I use these scripts to replicate vms between OLVM Clusters.

Notifications You must be signed in to change notification settings

joaopblume/oVirt-Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oVirt-Backup

Create and Download disk backups (full and incremental) from the specified virtual machine on a KVM/OLVM cluster. Also merge incremental disks to full and restore it.

Installation process

1 - Create a virtualenv venv for the dependencies:

python3 -m venv venv

source venv/bin/activate

2 - Install the dependecies below:

yum -y install gcc libxml2-devel python3-devel libcurl-devel openssl-devel

yum -y install qemu-img

pip3 install ovirt-engine-sdk-python

pip3 install ovirt_imageio

About

Create and Download disk backups (full and incremental) from the specified virtual machine on a KVM/OLVM cluster. Also merge incremental disks to full and restore it. This project is made for Disaster Recovery, where I use these scripts to replicate vms between OLVM Clusters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages