Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

OpenNebula backup script for QCOW2 datastores

This repo content was removed due to community changes made by opennebula systems.

It is hosted on our Gitlab now.

Description

Purpose of this script is to backup OpenNebula datastores type of file (qcow2). This script have to run on dedicated backup server.

It backups:

  • non-persistent base images - those which are used to deploy non-persistent VMs
  • persistent images with live snapshoting support
    • when image is attached to VM them live external snapshot is created
    • them image is copied using rsync to backup dir
    • at the end external snapshot is blockcommited back to original image and deleted
  • system datastores with deployments files - without VM images, which are non-persistent ones

How it works

Flow diagram

Authors

Support

FeldHost™ offers design, implementation, operation and management of a cloud solution based on OpenNebula.

Compatibility

This add-on is compatible with OpenNebula 5.0+, NodeJS 5.10.1+ and NPM 3.8.3+