-
python-versiontools-1.9.1-2.lbn13.noarch
Smart replacement for plain tuple used in __version__
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-versiontools-1.9.1-4.fc19.noarch
Smart replacement for plain tuple used in __version__
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-versiontools-1.9.1-14.lbn25.py37.noarch
Smart replacement for plain tuple used in __version__
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python-virt-back-0.1.0-2.lbn13.noarch
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.
Note that there is a --amount flag which controls the number of generations kept.
The default number is 3 generations.
Example cronjob:
15 2 * * 1 /usr/bin/virt-back --path=/var/backups --quiet --backup vm1
15 23 * * 5 /usr/bin/virt-back --quiet --backup vm2
Virt-back guest restore procedure
In this guide our guest vm2 has failed with a major corruption and we would like to
restore from our backups. We have our running production guest images in /KVMROOT and
our virt-back guest backups in /KVMBACK.
Overview:
Ensure the guest is shut off.
move the bad image file out of the way
untar the virt-back backup into place
power up the guest
Detailed Procedure:
Verify the guest is shut off by running:
virt-back --info-all
We noticed that vm2 was still running so we invoked:
virt-back --shutdown vm2
Move the corrupted image file out of the way:
mv /KVMROOT/vm2.img /KVMROOT/vm2.img.NFG
Unzip and unarchive the backup using the following command (note --strip
depends on your original --path depth):
sudo tar -xzvf /KVMBACK/vm2.tar.gz -C /KVMROOT --strip 1
When the untar completes, start the guest:
virt-back --create vm2
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-virt-back-0.1.0-2.lbn19.noarch
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.
Note that there is a --amount flag which controls the number of generations kept.
The default number is 3 generations.
Example cronjob:
15 2 * * 1 /usr/bin/virt-back --path=/var/backups --quiet --backup vm1
15 23 * * 5 /usr/bin/virt-back --quiet --backup vm2
Virt-back guest restore procedure
In this guide our guest vm2 has failed with a major corruption and we would like to
restore from our backups. We have our running production guest images in /KVMROOT and
our virt-back guest backups in /KVMBACK.
Overview:
Ensure the guest is shut off.
move the bad image file out of the way
untar the virt-back backup into place
power up the guest
Detailed Procedure:
Verify the guest is shut off by running:
virt-back --info-all
We noticed that vm2 was still running so we invoked:
virt-back --shutdown vm2
Move the corrupted image file out of the way:
mv /KVMROOT/vm2.img /KVMROOT/vm2.img.NFG
Unzip and unarchive the backup using the following command (note --strip
depends on your original --path depth):
sudo tar -xzvf /KVMBACK/vm2.tar.gz -C /KVMROOT --strip 1
When the untar completes, start the guest:
virt-back --create vm2
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-virtinst-0.600.3-1.lbn13.noarch
virtinst is a module that helps build and install libvirt based virtual
machines. Currently supports KVM, QEmu and Xen virtual machines. Package
includes several command line utilities, including virt-install (build
and install new VMs) and virt-clone (clone an existing virtual machine).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-virtinst-0.600.3-1.lbn13.noarch
virtinst is a module that helps build and install libvirt based virtual
machines. Currently supports KVM, QEmu and Xen virtual machines. Package
includes several command line utilities, including virt-install (build
and install new VMs) and virt-clone (clone an existing virtual machine).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
python-virtualenv-1.5.1-1.fc13.noarch
virtualenv is a tool to create isolated Python environments. virtualenv
is a successor to workingenv, and an extension of virtual-python. It is
written by Ian Bicking, and sponsored by the Open Planning Project. It is
licensed under an MIT-style permissive license.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-virtualenv-12.0.7-1.lbn19.noarch
virtualenv is a tool to create isolated Python environments. virtualenv
is a successor to workingenv, and an extension of virtual-python. It is
written by Ian Bicking, and sponsored by the Open Planning Project. It is
licensed under an MIT-style permissive license.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python-vitrage-2.2.0-1.lbn25.noarch
OpenStack vitrage provides API and services for RCA (Root Cause Analysis).
This package contains the vitrage python library.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25