initial commit from tarball, likely doesn't work at all...
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
This commit is contained in:
commit
338c565c35
9 changed files with 466 additions and 0 deletions
18
virt_back.egg-info/PKG-INFO
Normal file
18
virt_back.egg-info/PKG-INFO
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
7
virt_back.egg-info/SOURCES.txt
Normal file
7
virt_back.egg-info/SOURCES.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
setup.py
|
||||
virt-back
|
||||
virtback.py
|
||||
virt_back.egg-info/PKG-INFO
|
||||
virt_back.egg-info/SOURCES.txt
|
||||
virt_back.egg-info/dependency_links.txt
|
||||
virt_back.egg-info/top_level.txt
|
||||
1
virt_back.egg-info/dependency_links.txt
Normal file
1
virt_back.egg-info/dependency_links.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
virt_back.egg-info/top_level.txt
Normal file
1
virt_back.egg-info/top_level.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
virtback
|
||||
Loading…
Add table
Add a link
Reference in a new issue