new version

This commit is contained in:
Russell Ballestrini 2024-07-07 19:36:34 -04:00
parent 85e1f3b28b
commit 7befe6f47d
2 changed files with 5 additions and 5 deletions

View file

@ -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.
Virt-back has been placed in the public domain and
the latest version may be downloaded here:
https://bitbucket.org/russellballestrini/virt-back
https://git.unturf.com/python/virt-back
"""
setup(
name = 'virt-back',
version = '0.1.0',
version = '0.2.1',
description = 'virt-back: A backup utility for QEMU, KVM, XEN, and Virtualbox guests',
keywords = 'backup virtual hypervisor QEMU KVM XEN Virtualbox',
long_description = DESCRIPTION,
author = 'Russell Ballestrini',
author_email = 'russell@ballestrini.net',
url = 'https://bitbucket.org/russellballestrini/virt-back',
url = 'https://git.unturf.com/python/virt-back',
platforms = ['All'],
license = 'Public Domain',

View file

@ -2,7 +2,7 @@
############################################
# Program: virt-back.py
# Author: Russell.Ballestrini.net
# Author: russell.ballestrini.net
# Date: Fri Mar 18 15:56:59 EDT 2011
# 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.
Virt-back has been placed in the public domain and
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.