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.
- Host: GitHub
- URL: https://github.com/joaopblume/ovirt-backup
- Owner: joaopblume
- Created: 2023-05-05T13:38:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T13:11:14.000Z (3 months ago)
- Last Synced: 2025-03-20T14:26:18.159Z (3 months ago)
- Topics: automation, backup, disaster-recovery, kvm, linux, olvm, ovirt, ovirt-engine, ovirt-sdk
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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