new version
This commit is contained in:
parent
85e1f3b28b
commit
7befe6f47d
2 changed files with 5 additions and 5 deletions
6
setup.py
6
setup.py
|
|
@ -9,19 +9,19 @@ shutdown, gzip, and restart guests. The backup process logs to syslog
|
||||||
for auditing and virt-back works great with cron for scheduling outages.
|
for auditing and virt-back works great with cron for scheduling outages.
|
||||||
Virt-back has been placed in the public domain and
|
Virt-back has been placed in the public domain and
|
||||||
the latest version may be downloaded here:
|
the latest version may be downloaded here:
|
||||||
https://bitbucket.org/russellballestrini/virt-back
|
https://git.unturf.com/python/virt-back
|
||||||
"""
|
"""
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'virt-back',
|
name = 'virt-back',
|
||||||
version = '0.1.0',
|
version = '0.2.1',
|
||||||
description = 'virt-back: A backup utility for QEMU, KVM, XEN, and Virtualbox guests',
|
description = 'virt-back: A backup utility for QEMU, KVM, XEN, and Virtualbox guests',
|
||||||
keywords = 'backup virtual hypervisor QEMU KVM XEN Virtualbox',
|
keywords = 'backup virtual hypervisor QEMU KVM XEN Virtualbox',
|
||||||
long_description = DESCRIPTION,
|
long_description = DESCRIPTION,
|
||||||
|
|
||||||
author = 'Russell Ballestrini',
|
author = 'Russell Ballestrini',
|
||||||
author_email = 'russell@ballestrini.net',
|
author_email = 'russell@ballestrini.net',
|
||||||
url = 'https://bitbucket.org/russellballestrini/virt-back',
|
url = 'https://git.unturf.com/python/virt-back',
|
||||||
|
|
||||||
platforms = ['All'],
|
platforms = ['All'],
|
||||||
license = 'Public Domain',
|
license = 'Public Domain',
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# Program: virt-back.py
|
# Program: virt-back.py
|
||||||
# Author: Russell.Ballestrini.net
|
# Author: russell.ballestrini.net
|
||||||
# Date: Fri Mar 18 15:56:59 EDT 2011
|
# Date: Fri Mar 18 15:56:59 EDT 2011
|
||||||
# License: Public Domain
|
# License: Public Domain
|
||||||
############################################
|
############################################
|
||||||
|
|
@ -13,7 +13,7 @@ shutdown, gzip, and restart guests. The backup process logs to syslog
|
||||||
for auditing and virt-back works great with cron for scheduling outages.
|
for auditing and virt-back works great with cron for scheduling outages.
|
||||||
Virt-back has been placed in the public domain and
|
Virt-back has been placed in the public domain and
|
||||||
the latest version may be downloaded here:
|
the latest version may be downloaded here:
|
||||||
https://bitbucket.org/russellballestrini/virt-back
|
https://git.unturf.com/python/virt-back
|
||||||
"""
|
"""
|
||||||
|
|
||||||
"""The varible doms represents a list of libvirt dom objects.
|
"""The varible doms represents a list of libvirt dom objects.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue