https://github.com/opennebula/addon-image-backup
OpenNebula backup script for QCOW2 datastores
https://github.com/opennebula/addon-image-backup
Last synced: about 1 year ago
JSON representation
OpenNebula backup script for QCOW2 datastores
- Host: GitHub
- URL: https://github.com/opennebula/addon-image-backup
- Owner: OpenNebula
- Created: 2017-12-04T15:49:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T21:09:24.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T05:17:05.212Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 8
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenNebula backup script for QCOW2 datastores
This repo content was removed due to [community changes made by opennebula systems](https://forum.opennebula.io/t/towards-a-stronger-opennebula-community/8506).
It is hosted on [our Gitlab](https://gitlab.feldhost.cz/feldhost-public/one-image-backup) 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

## Authors
* Leader: Kristián Feldsam (feldsam@feldhost.net)
## Support
[FeldHost™](https://www.feldhost.net/products/opennebula) 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+