项目作者: ankydanky

项目描述 :
KVMBackup is a python script for backup of KVM domains
高级语言: Python
项目地址: git://github.com/ankydanky/kvmbackup.git
创建时间: 2017-06-12T15:11:20Z
项目社区:https://github.com/ankydanky/kvmbackup

开源协议:GNU General Public License v3.0

下载


kvmbackup

KVMBackup is a python script for backup of KVM domains

The script shuts down the selected or scanned domains, backups them up to a folder and relaunches them.

Usage: kvmbackup.py [OPTION]
OPTION are:
DOMAIN KVM DOMAIN to backup (e.g. Server1, found with ‘virsh list’)
—all find all domains and backup them (running/online ONLY)
—help show this message

IMPORTANT:
offmode suspend is not working correctly. PLEASE DO NOT USE.