Displaying 20 results from an estimated 300 matches similar to: "Incremental Backups"
2013 Sep 20
2
Re: Incremental Backups
On 2013-09-20 15:41, Davide Guerri wrote:
> Hi Thomas,
Hello Davide.
> I'm using this script which leverages external snapshots and
> blockpull: https://github.com/dguerri/LibVirtKvm-scripts
Yeah. I saw that and tried this already. But it needs to be adjusted to
libvirtd-1.1.2 i think. Can you do this? I fiddled a litte bit around
but wasn't realy successfull.
hn
2013 Sep 20
1
Re: Incremental Backups
On 2013-09-20 16:05, Davide Guerri wrote:
> Hi
>
>> hn LibVirtKvm-scripts # ./fi-backup.sh -b /opt/virt-backup-local/ -d
>> serve.lordcritical
>> [DEB] qemu-img version '1.6.0' is supported
>> [DEB] KVM version '1.6.0,' is supported
>> [DEB] Snapshot for domain 'serve.lordcritical' requested
>> [DEB] Using timestamp
2013 Sep 20
2
Re: Incremental Backups
Hi Davide,
> Hi Thomas,
> I'm using this script which leverages
external snapshots and blockpull:
https://github.com/dguerri/LibVirtKvm-scripts [1]
>
> It's very simple
and on ubuntu requires some tweaks on apparmour configuration.
Would it
be hard to adapt this script for LVM-backed VMs?
[]s, Fernando Lozano
Links:
------
[1]
2013 Sep 23
1
Re: Incremental Backups
Am 23.09.13 16:00, schrieb Daniel Berteaud:
> Le vendredi 20 septembre 2013 à 15:31 +0200, Thomas Stein a écrit :
>> Hello.
>>
>> Is someone performing incremental backups via libvirt for qemu/kvm
>> machines? I'm still having a hard time to
>> find a nice procedure. I mean is it possible to make a full backup of an
>> image on monday a do the next
2013 Sep 20
0
Re: Incremental Backups
Hi
> hn LibVirtKvm-scripts # ./fi-backup.sh -b /opt/virt-backup-local/ -d serve.lordcritical
> [DEB] qemu-img version '1.6.0' is supported
> [DEB] KVM version '1.6.0,' is supported
> [DEB] Snapshot for domain 'serve.lordcritical' requested
> [DEB] Using timestamp '20130920-151742'
> [DEB] Snapshotting block devices for 'serve.lordcritical'
2013 Sep 20
0
Re: Incremental Backups
Hi Thomas,
I'm using this script which leverages external snapshots and blockpull: https://github.com/dguerri/LibVirtKvm-scripts
It's very simple and on ubuntu requires some tweaks on apparmour configuration.
Hth
Cheers,
Davide
--
Davide Guerri
http://about.me/davide_guerri
> On 20 Sep 2013, at 15:31, Thomas Stein <himbeere@meine-oma.de> wrote:
>
> Hello.
>
>
2013 Sep 23
0
Re: Incremental Backups
Le vendredi 20 septembre 2013 à 15:31 +0200, Thomas Stein a écrit :
> Hello.
>
> Is someone performing incremental backups via libvirt for qemu/kvm
> machines? I'm still having a hard time to
> find a nice procedure. I mean is it possible to make a full backup of an
> image on monday a do the next days of the week
> incremental backups?
You can take a look at this
2012 Dec 03
1
Strange behavior of QoS
Hi,
I'm having some weird problem with the setup of the QoS on a bridged network.
As the docs states, outbound/inbound average speed should be expressed in KBps (KBytes per second) but in order to get a maximum speed of 10Mbps (megabits per second) surprising enough I have to use 2560 on the guest (not 1280 as expected).
Using 1280 units I get a speed og 5Mbps.
I'm aware of peak and
2013 Feb 13
1
Changing QoS on-the-fly
Hi all,
it's possible to change/add the QoS settings for a running domain?
I edited the domain definition with virsh but it seems to have no effect until I shut down the domain.
libvirt version 0.9.13
kvm-qemu version 1.2.0
Best,
Davide.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5930 bytes
Desc:
2012 Oct 24
1
Disk-only internal snapshot
Hi all,
it's possible to do an internal snapshot with the --disk-only option (for
qcow2 images)?
The following command
virsh snapshot-create-as my-dom my-snap my-description
creates an internal snapshot but the following
virsh snapshot-create-as my-dom my-snap my-description --disk-only
creates an external snapshot.
Thanks,
Davide.
-------------- next part --------------
An HTML
2012 Nov 26
1
Block device IO limits
Hi all,
is there a way to limit the throughput (or the number of operations per seconds) of a block device?
I ask because I've a couple of misconfigured VMs that are performing a lot of disk activity (swapping I'd bet but I haven't access to their OS). Since their storage is on a NFS share they are slowing down other VMs on the same share.
Thank you.
Davide.
2012 Dec 03
1
Strange QoS behavior
Hi,
I'm having some weird problem with the setup of the QoS on a bridged network.
As the docs states, outbound/inbound average speed should be expressed in KBps (KBytes per second) but in order to get a maximum speed of 10Mbps (megabits per second) surprising enough I have to use 2560 on the guest (not 1280 as expected).
Using 1280 units I get a speed og 5Mbps.
I'm aware of peak and
2011 Nov 07
3
CRAN: How to list a non-Sweave doc under "Vignettes:" on package page?
Hi,
is it possible to have non-Sweave vignettes(*) in inst/doc/ be listed
under 'Downloads' on CRAN package pages? For instance, in my R.rsp
package I have a inst/doc/report.pdf (part of the source *.tar.gz)
that is not detected/listed. The PDF is not based on a Sweave
vignette but an *.tex.rsp vignette that is dynamically created via
inst/doc/Makefile. It is listed
(*) BTW, can the
2013 Nov 20
1
libvirt-sandbox on Ubuntu with SELinux
I'm attempting to build/use libvirt-sandbox on Ubuntu 12.xx. Although
I'm still working through dependency issues (including the need for
libvirt >= 1.0.2 which is not packaged for ubuntu 12.xx) to build the
sandbox code, I have a forward looking question.
It appears libvirt-bin for Ubuntu likes apparmor as does most Ubuntu
based packages using a LSM impl. However, as I understand
2013 Aug 12
1
Re: Bridging Wireless Cards for KVM
On Sat, Aug 10, 2013 at 08:33:17PM -0600, Joshua McKee wrote:
> Sorry, I accidentally hit send before I was done. Here's the finished
> message:
>
> Thanks! Unfortunately, I am running into the following issue when
> attempting to use the generic ethernet configuration:
>
> $ virsh -c qemu:///system create /tmp/generic.xml
> error: Failed to create domain from
2012 Oct 20
3
Assign external esata drive to KVM
Hello Everyone,
I have a CentOS 6.3 host running a few KVMs. One of them is a CentOS
6.3 KVM that I want to use for making backups with BackupPC. What I'm
having a problem with is assigning the KVM an external drive.
I used to run BackupPC on an Ubuntu box. The backups went to an external
eSATA 1.5TB, ext4 format, single partition drive (regular 3.5" in an
enclosure). I want to now
2007 Nov 08
2
Calculate percentages in a table of data
Hi everybody,
Im a newbie, but i hope someone can help me in this work...
Ill try to explain what i need to do in the best way, but my english is
not good...
Iv imported a big table of data, this table is something like this:
255 0 255 0 255 255 255 0 255 0
255 255 255 255 0 255 255 0 255 0
255 255 255 255 255 255 255 0 255 0
255 255 255 255 0 255 255 0 255 0
255 255 0 255 255 255 255 0 255 0
2002 Mar 20
2
drbd + ext3 + interbase + data lost
Hello All,
Yesterday, one of our customer's cluster(2 box) server goes down after a
I/O error during the backup procedure. When we turn on the cluster
again, the 600M database file have been lost, disapear.
Now, I'm with one of the disks (the other was used to rebuild the
database server) and need to know how can I recover any piece of data
from the disk.
After the crash we mount the
2009 Nov 13
1
vignettes: .png graphics or pre-compiled .pdf
In a package I'm working on there is a vignette with a number of graphs
that result in huge .pdf files, so
the .pdf for the vignette is around 17 Mb. If these graphs are
converted to .png, and the .tex file
is compiled with pdflatex, the resulting .pdf is ~1 Mb.
I'm reluctant to put the .Rnw file into the package as is, generating
the huge .pdf for the vignette.
I first tried
2014 Sep 18
2
Using custom QEMU binaries with libvirt
Hi all,
I compiled a custom version of QEMU 2.0.0 and I am having hard times to
make it available to libvirt. Just to clarify, if I execute
/usr/local/bin/qemu-system-x86_64
it does performs good. But when I put this very same path to <emulator>
tag in a domain configutation, when i start the domain I get
error: Failed to start domain vm1
error: internal error: process exited while