diff --git a/setup.py b/setup.py index 79e0e0c..ffe337d 100644 --- a/setup.py +++ b/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. 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', diff --git a/virt-back b/virt-back index 2487f21..008fc36 100755 --- a/virt-back +++ b/virt-back @@ -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.