An open API service indexing awesome lists of open source software.

https://github.com/joaopblume/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. This project is made for Disaster Recovery, where I use these scripts to replicate vms between OLVM Clusters.
https://github.com/joaopblume/ovirt-backup

automation backup disaster-recovery kvm linux olvm ovirt ovirt-engine ovirt-sdk

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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