new file: .gitignore new file: setup.cfg new file: setup.py new file: virt-back new file: virt_back.egg-info/PKG-INFO new file: virt_back.egg-info/SOURCES.txt new file: virt_back.egg-info/dependency_links.txt new file: virt_back.egg-info/top_level.txt new file: virtback.py
18 lines
848 B
Text
18 lines
848 B
Text
Metadata-Version: 1.0
|
|
Name: virt-back
|
|
Version: 0.1.0
|
|
Summary: virt-back: A backup utility for QEMU, KVM, XEN, and Virtualbox guests
|
|
Home-page: https://bitbucket.org/russellballestrini/virt-back
|
|
Author: Russell Ballestrini
|
|
Author-email: russell@ballestrini.net
|
|
License: Public Domain
|
|
Description: A backup utility for QEMU, KVM, XEN, and Virtualbox guests.
|
|
Virt-back is a python application that uses the libvirt api to safely
|
|
shutdown, gzip, and restart guests. The backup process logs to syslog
|
|
for auditing and virt-back works great with cron for scheduling outages.
|
|
Virt-back has been placed in the public domain and
|
|
the latest version may be downloaded here:
|
|
https://bitbucket.org/russellballestrini/virt-back
|
|
|
|
Keywords: backup virtual hypervisor QEMU KVM XEN Virtualbox
|
|
Platform: All
|