search for: callecalle

Displaying 4 results from an estimated 4 matches for "callecalle".

2014 Oct 29
2
Re: KVM incremental backup using CBT
..., you can install freeze hooks in your guest that get invoked prior to freezing the file system and just after thawing it (that is, qemu-guest-agent already has documented hooks that let you do any additional prep work beyond just freezing the file system). A quick google search found this: http://callecalle.uach.cl/ovirt-engine/docs/manual/en_US/html/Technical_Guide/QEMU_Guest_Agent_Overview.html Sadly, it didn't spell out the name of where you install hook scripts into the guest. But this commit is pretty telling: https://github.com/qemu/qemu/blob/master/scripts/qemu-guest-agent/fsfreeze-hook...
2014 Oct 29
0
Re: KVM incremental backup using CBT
...gt; your guest that get invoked prior to freezing the file system and just > after thawing it (that is, qemu-guest-agent already has documented hooks > that let you do any additional prep work beyond just freezing the file > system). > > A quick google search found this: > http://callecalle.uach.cl/ovirt-engine/docs/manual/en_US/html/Technical_Guid > e/QEMU_Guest_Agent_Overview.html > > Sadly, it didn't spell out the name of where you install hook scripts > into the guest. But this commit is pretty telling: > https://github.com/qemu/qemu/blob/master/scripts/qemu-g...
2014 Nov 02
2
Re: KVM incremental backup using CBT
> > A quick google search found this: > > http://callecalle.uach.cl/ovirt-engine/docs/manual/en_US/html/Technical_Gu > > id e/QEMU_Guest_Agent_Overview.html > > > > Sadly, it didn't spell out the name of where you install hook scripts > > into the guest. But this commit is pretty telling: > > https://github.com/qemu/qemu/...
2014 Oct 11
5
Re: KVM incremental backup using CBT
On Fri, Oct 10, 2014 at 07:32:06PM -0600, Eric Blake wrote: > On 10/10/2014 11:37 AM, Jd wrote: > > Hi > > Looking in to implementing (CBT like) delta backup for KVM. > > Not quite sure what you mean by CBT. > > > > > The following looks promising..(last paragraph) > > http://wiki.qemu.org/Features/Snapshots2 > > > > Libvirt