Displaying 3 results from an estimated 3 matches for "davide_guerri".
2013 Sep 20
5
Incremental Backups
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?
Another way could be mount the image and rsync its contents. Does that
makes sense?
Also i read in qemu changelog:
---
Support for a
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.
>
> 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...
2013 Sep 20
2
Re: Incremental Backups
...0130920-151742'.
At the moment i try:
https://bitbucket.org/guilhemfr/virt-back
cheers
t.
> 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.
>>
>> 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 i...